Paypal notify url fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user