Ignore:
Timestamp:
21 Aug 2024, 08:09:35 (4 weeks ago)
Author:
Henrik Bettermann
Message:

Add registration payment categories.

File:
1 edited

Legend:

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

    r17672 r17900  
    108108            self.pay_item_id = '102'
    109109        if self.context.p_category in (
    110             'registration', 'required_combi', 'pg_other', 'jupeb_reg'):
     110            'registration', 'registration_fresh', 'registration_return',
     111            'required_combi', 'pg_other', 'jupeb_reg'):
    111112            provider_amt = 5000.0
    112113        if self.context.p_category in (
Note: See TracChangeset for help on using the changeset viewer.