From 9c6e13f99a0bf25a7259b58c76aa72ae89d25555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 15:15:14 +0100 Subject: [PATCH] Vipps msg text with whitespace. --- src/ui/Vipps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Vipps.vue b/src/ui/Vipps.vue index dc14d88..9a0895a 100644 --- a/src/ui/Vipps.vue +++ b/src/ui/Vipps.vue @@ -27,7 +27,7 @@ export default { }, methods: { 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) } } }