Merge branch 'master' of github.com:KevinMidboe/vinlottis
This commit is contained in:
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user