Updated the payment history.

This commit is contained in:
JohnKent
2019-06-02 18:35:16 -04:00
parent 8cb4be3248
commit 56c0f333f6
2 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -54,6 +54,8 @@
["2019-01-01", "278.15"], ["2019-01-01", "278.15"],
["2019-02-01", "278.15"], ["2019-02-01", "278.15"],
["2019-03-01", "278.15"], ["2019-03-01", "278.15"],
["2019-04-01", "278.15"] ["2019-04-01", "278.15"],
["2019-05-01", "278.15"],
["2019-05-31", "278.15"]
] ]
} }