Changeset 14240 for main/waeup.kwarapoly/trunk/src/waeup
- Timestamp:
- 29 Oct 2016, 16:45:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r14231 r14240 166 166 xmldict['institution_acct'] = SPECIAL_PAYMENT_PARAMS[self.context.p_category][3] 167 167 xmldict['institution_bank_id'] = SPECIAL_PAYMENT_PARAMS[self.context.p_category][4] 168 if self.context.amount_auth <= 5075.0:168 if self.context.amount_auth <= 2030.0: 169 169 gateway_amt = round(0.015 * self.context.amount_auth, 2) 170 170 elif 'maintenance' in self.context.p_category: … … 178 178 xmldict['institution_acct'] = "0106259811" 179 179 xmldict['institution_bank_id'] = '10' 180 if self.context.amount_auth <= 507 5.0:180 if self.context.amount_auth <= 5077.0: 181 181 gateway_amt = round(0.015 * self.context.amount_auth, 2) 182 182 else: … … 278 278 xmldict['institution_acct'] = SPECIAL_PAYMENT_PARAMS[self.context.p_category][3] 279 279 xmldict['institution_bank_id'] = SPECIAL_PAYMENT_PARAMS[self.context.p_category][4] 280 if self.context.amount_auth <= 507 5.0:280 if self.context.amount_auth <= 5076.0: 281 281 gateway_amt = round(0.015 * self.context.amount_auth, 2) 282 282 xmldict['dalash_amt'] = 100 * dalash_amt
Note: See TracChangeset for help on using the changeset viewer.