Use PaypalId and ApiUrl from globals

This commit is contained in:
adam.harbas@a-net.ba
2016-01-07 09:19:25 +01:00
parent d0f02df738
commit 0efb73e385
2 changed files with 9 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ module.exports = {
return amount.toFixed(2);
},
MaxNumberOfItemsToBeAdded: 1000,
PaypalId: "W7GKS2Q9ZGLGY",
Slugify: function(text) {
return text.toString().toLowerCase()