Skip to content

Commit

Permalink
Merge pull request #107 from QuickPay/add-sofortppro
Browse files Browse the repository at this point in the history
add sofortppro
  • Loading branch information
OliverWisborg authored May 17, 2022
2 parents 4fda308 + 458aa9c commit c9bc619
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions templates/form/sofortppro.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div class="container">
<form action="{{ model.redirect_url }}" method="GET" target="_top" class="autosubmit">
{% for field in model.params %}
<input type="hidden" name="{{ field[0] }}" value='{{ field[1] }}' />
{% endfor %}

<div class="row">
<div class="col-sm-4 col-sm-push-8 col-xs-6 col-xs-push-3">
<img src="/assets/v2/images/brands/sofortppro.svg" alt="SofortPPRO" title="SofortPPRO" style="width:100%">
</div>

<div class="col-sm-8 col-sm-pull-4 col-xs-12">
<p>{% t When you click the button below, the SofortPPRO payment window will open. %}</p>
<p>{% t When finished, you will be redirected back to your receipt. %}</p>
<button type="submit" class="btn btn-info btn">{% t Proceed to payment %}</button>
</div>
</div>
</form>
</div>

0 comments on commit c9bc619

Please sign in to comment.