Paypal notify url fix

This commit is contained in:
Adam
2016-01-24 23:40:26 +01:00
parent 770138ba68
commit 338d4e7966
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ module.exports = {
amount = amount_s * conversionRate;
return amount.toFixed(2);
},
IsUrlAbsolute: function(url) {
var r = new RegExp('^(?:[a-z]+:)?//', 'i');
return r.test(url);
},
MaxNumberOfItemsToBeAdded: 1000,
PaypalId: "W7GKS2Q9ZGLGY",
PikpayFormUrl: "https://ipgtest.pikpay.ba/form",