From da938de563465a20666167a13ec29ad4a0ff541e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 14:52:51 +0100 Subject: [PATCH] 7 min igjen --- src/ui/Vipps.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Vipps.vue b/src/ui/Vipps.vue index a399176..668b475 100644 --- a/src/ui/Vipps.vue +++ b/src/ui/Vipps.vue @@ -3,7 +3,7 @@ kr. - {{ amount * 10 }},- pr. lodd + {{ amount * 10 }},- (10,- pr. lodd) 977 40 427 @@ -19,7 +19,7 @@ export default { }, methods: { openVipps: () => { - window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + 100 * amount) + window.location.assign('https://qr.vipps.no/28/2/01/031/4797740427?v=1&m=Vinlotteri🍾&a=' + 100 * this.amount) } } }