Ignore:
Timestamp:
21 Feb 2022, 11:58:38 (3 years ago)
Author:
Henrik Bettermann
Message:

Add payment categories.

File:
1 edited

Legend:

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

    r15949 r16820  
    9898        if self.context.p_category == 'nhis':
    9999            xmldict['institution_acct'] = '0075379404'
     100        if self.context.p_category == 'cyber':
     101            xmldict['institution_acct'] = '1220055070'
     102            xmldict['institution_bank_id'] = '117'
     103        if self.context.p_category == 'ispon':
     104            xmldict['institution_acct'] = '1220055104'
     105            xmldict['institution_bank_id'] = '117'
    100106        xmldict['institution_amt'] = '0.0'
    101107        self.pay_item_id = '101' # must be provided by Interswitch
Note: See TracChangeset for help on using the changeset viewer.