Skip to content

Commit

Permalink
Merge pull request #122 from QuickPay/acquirer_threeds
Browse files Browse the repository at this point in the history
Add 3-D Secure backend iframe template and remove 3-D v1 template
  • Loading branch information
absrd authored Sep 5, 2023
2 parents ea8185a + cb69e0f commit 1c9b00c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions templates/3d.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="well-xs well-greyish-xs well-sm well-greyish-sm">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3 class="center-y text-center-xs">
<iframe style="flex-grow: 1; border: none; margin: 0; padding: 0;"
src="{{ model.threed_url }}"
height="600px"
width="500px"
name="threedIframe"
id="threedIframe">
</iframe>
</h3>
</div>
</div>
</div>
</div>
17 changes: 0 additions & 17 deletions templates/form/3d_secure.liquid

This file was deleted.

0 comments on commit 1c9b00c

Please sign in to comment.