- Timestamp:
- 11 Aug 2016, 10:11:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r14066 r14070 253 253 xmldict['institution_acct'] = '0106259811' 254 254 xmldict['institution_bank_id'] = '10' 255 elif self.applicant.applicant_id.startswith('prejambites'): 255 elif self.applicant.applicant_id.startswith('prejambites') or \ 256 self.applicant.applicant_id.startswith('putme'): 256 257 xmldict['institution_acct'] = '0106259811' 257 258 xmldict['institution_bank_id'] = '10' 258 259 self.pay_item_id = '104' 260 elif self.applicant.applicant_id.startswith('pre'): 261 xmldict['institution_acct'] = '0106259811' 262 xmldict['institution_bank_id'] = '10' 259 263 provider_amt = 262.5 260 264 dalash_amt = 0.0 261 265 gateway_amt = 37.5 262 elif self.applicant.applicant_id.startswith('putme'):263 xmldict['institution_acct'] = '0106259811'264 xmldict['institution_bank_id'] = '10'265 266 self.pay_item_id = '104' 266 elif self.applicant.applicant_id.startswith('pre'):267 xmldict['institution_acct'] = '0106259811'268 xmldict['institution_bank_id'] = '10'269 provider_amt = 262.5270 dalash_amt = 0.0271 gateway_amt = 37.5272 267 elif self.applicant.applicant_id.startswith('special'): 273 268 if self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
Note: See TracChangeset for help on using the changeset viewer.