Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 13:01:03 +01:00

View File

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