Changeset 15783 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 8 Nov 2019, 12:19:54 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15773 r15783 147 147 site_name = SITE_NAME 148 148 currency = CURRENCY 149 pay_item_id = '0000' # must be provided by Interswitch150 149 product_id = PRODUCT_ID 151 150 mac = MAC … … 168 167 xmldict = {} 169 168 provider_amt = 0.0 170 xmldict['institution_acct'] = '0040484781' 171 xmldict['institution_bank_id'] = '31' 169 pay_item_id = '101' 170 xmldict['institution_acct'] = '1011005811' 171 xmldict['institution_bank_id'] = '117' 172 172 xmldict['detail_ref'] = self.context.p_id 173 173 xmldict['provider_amt'] = 100 * provider_amt … … 192 192 self.context.p_id + 193 193 PRODUCT_ID + 194 self.pay_item_id +194 pay_item_id + 195 195 str(int(self.amount_auth)) + 196 196 self.site_redirect_url + -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15782 r15783 69 69 #'transfer': 'Transfer Fee', 70 70 #'gown': 'Gown Hire Fee', 71 'application': 'Application Fee',71 #'application': 'Application Fee', 72 72 #'app_balance': 'Application Fee Balance', 73 73 'transcript': 'Transcript Fee',
Note: See TracChangeset for help on using the changeset viewer.