Changeset 16778 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 3 Feb 2022, 11:00:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16691 r16778 114 114 self.mac = MAC_PT 115 115 if self.applicant.__parent__.prefix == 'ijmbe': 116 xmldict['institution_bank_id']= '123'117 xmldict['institution_acct']= '1012278272'116 self.institution_bank_id = '123' 117 self.institution_acct = '1012278272' 118 118 else: 119 119 self.product_id = PRODUCT_ID_REGULAR
Note: See TracChangeset for help on using the changeset viewer.