Changeset 16271 for main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Timestamp:
- 8 Oct 2020, 06:01:21 (4 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/applicantsbrowser.py
r15974 r16271 113 113 self.responseurl = self.url(self.context, 'receive_etranzact') 114 114 self.transaction_id = self.context.p_id 115 self.description = "%s - (%s)" % ( 116 self.context.p_category, self.context.p_item) 115 117 hashargs = self.amount + self.terminal_id + self.transaction_id \ 116 118 + self.responseurl + self.secret_key -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/browser_templates/goto_etranzact.pt
r15795 r16271 6 6 <input type=hidden name="TRANSACTION_ID" tal:attributes="value view/transaction_id"> 7 7 <input type=hidden name="AMOUNT" tal:attributes="value view/context/amount_auth"> 8 <input type=hidden name="DESCRIPTION" tal:attributes="value view/description"> 8 9 <input type=hidden name="EMAIL" tal:attributes="value view/customer/email"> 9 10 <input type=hidden name="PHONENO" tal:attributes="value view/customer/phone"> -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/studentsbrowser.py
r16246 r16271 127 127 self.responseurl = self.url(self.context, 'receive_etranzact') 128 128 self.transaction_id = self.context.p_id 129 self.description = "%s (%s)" % ( 130 self.context.p_category, self.context.p_item) 129 131 hashargs = self.amount + self.terminal_id + self.transaction_id \ 130 132 + self.responseurl + self.secret_key
Note: See TracChangeset for help on using the changeset viewer.