Skip to content

Commit

Permalink
allow payment on rvvup iframe (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlom-rvvup authored Aug 12, 2024
1 parent 5251641 commit 85493ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/template/payment/iframe-modal.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="display: none;" data-bind="attr: {'id': getModalId()}" class="rvvup-modal-container">
<iframe data-bind="attr: {'id': getIframeId()}" style="border-width:0;width:100%;height:500px;"
allow="clipboard-read; clipboard-write"></iframe>
allow="clipboard-read; clipboard-write; payment" allowpaymentrequest="true"></iframe>
</div>

0 comments on commit 85493ab

Please sign in to comment.