Used ajax when canceling from the website (#8697)

* Used ajax when canceling from the website

* Fixed grammar issue
This commit is contained in:
Keith Holliday
2017-06-22 15:13:53 -06:00
committed by Sabe Jones
parent 773d546e4f
commit 8c8f0ea201
2 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -170,5 +170,6 @@
"missingPaymentId": "Missing req.query.paymentId",
"missingCustomerId": "Missing req.query.customerId",
"missingPaypalBlock": "Missing req.session.paypalBlock",
"missingSubKey": "Missing req.query.sub"
"missingSubKey": "Missing req.query.sub",
"paypalCanceled": "Your subscription has been canceled"
}