Updated the payment history.

This commit is contained in:
JohnKent
2019-03-05 00:10:22 -05:00
parent 4dae3256c5
commit 42232903c5
4 changed files with 13 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"format": "html",
"email": {
"from_address": "jkent3rd@gmail.com",
"to_address": "bck@virginia.edu",
"to_address": "jkent3rd@gmail.com",
"server": "smtp.gmail.com",
"password": "pvyrbcnzrjoizprn",
"template": "./template.txt",
@@ -51,6 +51,8 @@
["2018-10-01", "278.15"],
["2018-11-01", "278.15"],
["2018-12-01", "278.15"],
["2019-01-01", "278.15"]
["2019-01-01", "278.15"],
["2019-02-01", "278.15"],
["2019-03-01", "278.15"]
]
}