summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-09-03 12:11:04 -0300
committerSebastian <sebasjm@gmail.com>2021-09-03 12:11:04 -0300
commitc3c5ac1b0b975ee906fa70376cab185cca27ec01 (patch)
tree7c58be63dfe5d599b2e62e352dc3466e5839400b
parentbe1b6bd6f0fe257d248afca3e6cc2b1d3f753bf0 (diff)
downloadmerchant-c3c5ac1b0b975ee906fa70376cab185cca27ec01.tar.gz
merchant-c3c5ac1b0b975ee906fa70376cab185cca27ec01.tar.bz2
merchant-c3c5ac1b0b975ee906fa70376cab185cca27ec01.zip
changed button to link so the wallet web extension can detect the payment request
-rw-r--r--contrib/request_payment.en.mcpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/request_payment.en.mcpp b/contrib/request_payment.en.mcpp
index c5d5e429..69bca792 100644
--- a/contrib/request_payment.en.mcpp
+++ b/contrib/request_payment.en.mcpp
@@ -82,9 +82,9 @@
{{{taler_pay_qrcode_svg}}}
</div>
<p>
- <button onclick="window.location.href='{{taler_pay_uri}}';">
+ <a href='{{taler_pay_uri}}'>
Or open your Taller wallet
- </button>
+ </a>
</p>
<p>
<a href="https://wallet.taler.net/">Don't have a Taler wallet yet? Install it!</a>