- Timestamp:
- 14 Dec 2016, 09:37:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14338 r14341 106 106 xmldict['institution_name'] = INSTITUTION_NAME 107 107 108 if self.applicant.applicant_id.startswith('ijmbe'): 109 xmldict['institution_acct'] = '0772012897' 110 xmldict['institution_bank_id'] = '47' 111 108 112 if self.applicant.applicant_id.startswith('pg'): 109 113 handbook_amount = 2000.0 … … 118 122 </item_details> 119 123 </payment_item_detail>""" % xmldict 120 121 elif self.applicant.applicant_id.startswith('ijmbe'):122 xmldict['institution_acct'] = '0772012897'123 xmldict['institution_bank_id'] = '47'124 124 125 125 elif self.applicant.applicant_id.startswith('utme'):
Note: See TracChangeset for help on using the changeset viewer.