Vipps msg text with whitespace.

This commit is contained in:
2020-01-24 15:15:14 +01:00
parent c089a91047
commit 9c6e13f99a

View File

@@ -27,7 +27,7 @@ export default {
}, },
methods: { methods: {
openVipps: function() { openVipps: function() {
window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + this.price) window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri%20🍾&a=' + this.price)
} }
} }
} }