[14743] | 1 | <form i18n:domain="kofacustom.nigeria" |
---|
| 2 | tal:attributes="action view/action" method="POST"> |
---|
| 3 | |
---|
| 4 | <p i18n:translate=""> |
---|
| 5 | Your payment details were sent to Remita and a retrieval reference |
---|
[14774] | 6 | number (RRR) has been generated. Please click the button below to make |
---|
[14743] | 7 | your RRR payment. |
---|
| 8 | </p> |
---|
| 9 | |
---|
| 10 | <table class="form-table" i18n:domain="waeup.kofa"> |
---|
| 11 | <tbody> |
---|
| 12 | <tr> |
---|
| 13 | <td i18n:translate="" class="fieldname"> |
---|
| 14 | Total Amount Authorized:</td> |
---|
| 15 | <td> |
---|
| 16 | <span tal:replace="view/context/amount_auth">AMOUNT</span> |
---|
| 17 | </td> |
---|
| 18 | </tr> |
---|
| 19 | <tr> |
---|
| 20 | <td i18n:translate="" class="fieldname"> |
---|
| 21 | Order Id:</td> |
---|
| 22 | <td> |
---|
| 23 | <span tal:replace="view/context/p_id">ORDERID</span> |
---|
| 24 | </td> |
---|
| 25 | </tr> |
---|
| 26 | <tr> |
---|
| 27 | <td i18n:translate="" class="fieldname"> |
---|
| 28 | Remita Retrieval Reference:</td> |
---|
| 29 | <td> |
---|
| 30 | <span tal:replace="view/rrr">RRR</span> |
---|
| 31 | </td> |
---|
| 32 | </tr> |
---|
| 33 | <tr> |
---|
| 34 | <td i18n:translate="" class="fieldname"> |
---|
[14794] | 35 | Remita Service Type Id:</td> |
---|
| 36 | <td> |
---|
| 37 | <span tal:replace="view/serviceTypeId">SERVCICETYPEID</span> |
---|
| 38 | </td> |
---|
| 39 | </tr> |
---|
| 40 | <tr> |
---|
| 41 | <td i18n:translate="" class="fieldname"> |
---|
[14743] | 42 | Customer Name:</td> |
---|
| 43 | <td> |
---|
[14765] | 44 | <span tal:replace="view/customer/display_fullname">CUSTNAME</span> |
---|
[14743] | 45 | </td> |
---|
| 46 | </tr> |
---|
| 47 | <tr> |
---|
| 48 | <td i18n:translate="" class="fieldname"> |
---|
| 49 | Email Address:</td> |
---|
| 50 | <td> |
---|
[14765] | 51 | <span tal:replace="view/customer/email">EMAIL</span> |
---|
[14743] | 52 | </td> |
---|
| 53 | </tr> |
---|
| 54 | </tbody> |
---|
| 55 | </table> |
---|
| 56 | |
---|
| 57 | <input name="merchantId" tal:attributes="value view/merchantId" type="hidden"> |
---|
| 58 | <input name="hash" tal:attributes="value view/hashvalue" type="hidden"> |
---|
| 59 | <input name="rrr" tal:attributes="value view/rrr" type="hidden"> |
---|
| 60 | <input name="responseurl" tal:attributes="value view/responseurl" type="hidden"> |
---|
| 61 | |
---|
| 62 | <br /> |
---|
| 63 | |
---|
[16503] | 64 | <p i18n:translate=""> |
---|
| 65 | Please note that Remita is adding a service charge which will not be shown |
---|
| 66 | on the payment slip after payment. |
---|
| 67 | </p> |
---|
| 68 | |
---|
| 69 | <br /> |
---|
| 70 | |
---|
[14743] | 71 | <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> |
---|
| 72 | |
---|
| 73 | <br /><br /> |
---|
| 74 | |
---|
| 75 | <img src="/static/img/remita-payment-logo-horizonal.png" /> |
---|
| 76 | |
---|
| 77 | </form> |
---|