Ignore:
Timestamp:
28 May 2018, 07:36:19 (6 years ago)
Author:
Henrik Bettermann
Message:

No provider fee for balance payments.

File:
1 edited

Legend:

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

    r15026 r15031  
    7575        xmldict['provider_item_name'] = PROVIDER_ITEM_NAME
    7676        provider_amt = 0.0
    77         if self.context.p_category == 'ict_entre':
    78             provider_amt = 3000.0
    79         if self.context.p_category == 'clearance':
    80             provider_amt = 1500.0
    81         if self.context.p_category in ('transcript', 'certificate'):
    82             provider_amt = 2000.0
     77        if not self.context.p_item == 'Balance':
     78            if self.context.p_category == 'ict_entre':
     79                provider_amt = 3000.0
     80            if self.context.p_category == 'clearance':
     81                provider_amt = 1500.0
     82            if self.context.p_category in ('transcript', 'certificate'):
     83                provider_amt = 2000.0
    8384        # Institution data
    8485        xmldict['institution_acct'] = '0068241848'
Note: See TracChangeset for help on using the changeset viewer.