Update Vipps.vue

This commit is contained in:
2020-01-31 12:21:48 +01:00
committed by GitHub
parent 6a982610c8
commit 4dfc9264e4

View File

@@ -68,7 +68,7 @@ export default {
return this.isMobileFunction(); return this.isMobileFunction();
}, },
price: function() { price: function() {
return this.amount * (__PRICE * 100); return this.amount * (__PRICE__ * 100);
}, },
vippsUrlBasedOnUserAgent: function() { vippsUrlBasedOnUserAgent: function() {
if (navigator.userAgent.includes("iPhone")) { if (navigator.userAgent.includes("iPhone")) {