-
Notifications
You must be signed in to change notification settings - Fork 18
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 #157 from gubuntu/develop
added payment details for manual payment
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
10 changes: 6 additions & 4 deletions
10
django_project/payment/templates/payment/includes/payment-information.html
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<div style="border: solid 1px rgba(0, 0, 0, 0.3); padding: 10px"> | ||
For paying the product, please transfer to following bank account. | ||
<ul style="margin-top: 5px"> | ||
<li>Bank : Test Bank</li> | ||
<li>Account : xxxxxxxx</li> | ||
<li>Account Holder : Tim Linux</li> | ||
<li>Bank: FNB</li> | ||
<li>Account name: Kartoza (Pty) Ltd</li> | ||
<li>Account number: 62483083293</li> | ||
<li>Swift code: FIRNZAJJ</li> | ||
<li>Reference: Your name / company and course</li> | ||
</ul> | ||
After paying it, please make payment confirmation in here | ||
<a style="margin-left: 10px" class="btn btn-primary" target="_blank" | ||
href="/payment/confirm">confirm | ||
payment</a> | ||
</div> | ||
</div> |