-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from QuickPay/add_vmp_epayment
Add vmp epayment
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-4 col-sm-push-8 col-xs-6 col-xs-push-3"> | ||
<img src="{{ model.image_path }}" alt="vmp-epayment" title="Vipps MobilePay" 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 Vipps-MobilePay window will open %}</p> | ||
<p>{% t When finished, you will be redirected back to your receipt. %}</p> | ||
<a class="btn btn-info {% unless !model.error %}autoclick{% endunless %}" href="{{ model.redirect_url }}">{% t Proceed to payment %}</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters