Changeset 15786 for main/kofacustom.iuokada/trunk
- Timestamp:
- 8 Nov 2019, 12:33:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15785 r15786 167 167 xmldict = {} 168 168 provider_amt = 0.0 169 pay_item_id = '101'169 self.pay_item_id = '101' 170 170 xmldict['institution_acct'] = '1011005811' 171 171 xmldict['institution_bank_id'] = '117' … … 199 199 self.context.p_id + 200 200 PRODUCT_ID + 201 pay_item_id +201 self.pay_item_id + 202 202 str(int(self.amount_auth)) + 203 203 self.site_redirect_url +
Note: See TracChangeset for help on using the changeset viewer.