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