Ignore:
Timestamp:
24 Jan 2020, 06:26:37 (5 years ago)
Author:
Henrik Bettermann
Message:

Add NHIS Levy payments.

File:
1 edited

Legend:

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

    r15777 r15949  
    9696        if self.context.p_category == 'union':
    9797            xmldict['institution_acct'] = '0066437412'
     98        if self.context.p_category == 'nhis':
     99            xmldict['institution_acct'] = '0075379404'
    98100        xmldict['institution_amt'] = '0.0'
    99101        self.pay_item_id = '101' # must be provided by Interswitch
Note: See TracChangeset for help on using the changeset viewer.