Changeset 17227 for main/kofacustom.nigeria
- Timestamp:
- 16 Dec 2022, 08:10:55 (2 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser_templates/applicant_goto_webcheckout.pt
r17215 r17227 64 64 <input type="hidden" name="cust_name" tal:attributes="value view/applicant/display_fullname" /> 65 65 <input type="hidden" name="cust_email" tal:attributes="value view/applicant/email" /> 66 <input type="hidden" name="split_accounts" tal:condition="view/split_accounts" tal:attributes="value view/split_accounts" /> 66 67 67 68 <br /> -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser_templates/student_goto_webcheckout.pt
r17215 r17227 65 65 <input type="hidden" name="cust_name" tal:attributes="value view/student/display_fullname" /> 66 66 <input type="hidden" name="cust_email" tal:attributes="value view/student/email" /> 67 <input type="hidden" name="split_accounts" tal:condition="view/split_accounts" tal:attributes="value view/split_accounts" /> 67 68 68 69 <br /> -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/webcheckoutbrowser.py
r17222 r17227 210 210 merchant_code = None 211 211 gateway_amt = GATEWAY_AMT 212 split_accounts = None 212 213 213 214 def init_update(self): … … 265 266 gateway_url = None 266 267 https = True 268 split_accounts = None 269 267 270 268 271 def update(self):
Note: See TracChangeset for help on using the changeset viewer.