Ignore:
Timestamp:
1 Sep 2020, 06:11:13 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement Required Combi Payment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py

    r16142 r16222  
    117117            xmldict['institution_bank_id'] = '117'
    118118            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':
    120121            provider_amt = 5000.0
    121122        if self.context.p_category in (
Note: See TracChangeset for help on using the changeset viewer.