- Timestamp:
- 10 Sep 2020, 09:33:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r16222 r16233 117 117 xmldict['institution_bank_id'] = '117' 118 118 self.pay_item_id = '102' 119 if self.context.p_category == 'registration' or \120 self.context.p_category == 'required_combi':119 if self.context.p_category in ( 120 'registration', 'required_combi', 'pg_other'): 121 121 provider_amt = 5000.0 122 122 if self.context.p_category in (
Note: See TracChangeset for help on using the changeset viewer.