Ignore:
Timestamp:
3 Aug 2021, 09:13:52 (3 years ago)
Author:
Henrik Bettermann
Message:

Add PAD Pack.

File:
1 edited

Legend:

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

    r16506 r16563  
    229229            xmldict['institution_acct'] = '1012808851'
    230230            xmldict['institution_bank_id'] = '117'
     231        elif self.context.p_category == 'pa':
     232            self.pay_item_id = '166'
     233            xmldict['institution_acct'] = '0160125880'
     234            xmldict['institution_bank_id'] = '11'
    231235        elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
    232236            self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.