Skip to content

Commit

Permalink
Fix billink template
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisow committed Feb 8, 2019
1 parent 3e5bfd8 commit d98ec3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"magento/module-quote": ">=100.0"
},
"type": "magento2-module",
"version": "5.2.12",
"version": "5.2.13",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions view/frontend/web/template/payment/billink.html
Expand Up @@ -162,9 +162,9 @@

<div class="field">
<div class="control">
<input type="checkbox" id="afterpay_terms" name="payment[afterpay_terms]" class="checkbox required">
<input type="checkbox" id="billink_terms" name="payment[billink_terms]" class="checkbox required">
<label class="label radio-inline">
Ik ga akkoord met de <a href="https://www.billink.nl/docs/gebruikersvoorwaarden.pdf" target="_blank">betalingsvoorwaarden</a> van Afterpay
Ik ga akkoord met de <a href="https://www.billink.nl/docs/gebruikersvoorwaarden.pdf" target="_blank">betalingsvoorwaarden</a> van Billink
</label>
</div>
</div>
Expand Down

0 comments on commit d98ec3d

Please sign in to comment.