Changeset 14254 for main/waeup.kwarapoly/trunk
- Timestamp:
- 3 Nov 2016, 07:04:45 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r14240 r14254 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 <= 5076.0:280 if self.context.amount_auth <= 2030.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.