Ignore:
Timestamp:
10 Jul 2023, 01:24:57 (15 months ago)
Author:
Henrik Bettermann
Message:

Change provider amount.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r17469 r17477  
    154154            self.context.r_company = u'interswitch'
    155155        xmldict = {}
    156         provider_amt = 3000.0
     156        provider_amt = 2000.0
    157157        if self.applicant.__parent__.code in ('ver2019', 'send2019'):
    158158            provider_amt = 0.0
     159        elif self.applicant.__parent__.code.startswith('cert'):
     160            provider_amt = 3000.0
     161        elif self.applicant.__parent__.code.startswith('trans'):
     162            provider_amt = 3000.0
    159163        xmldict['institution_acct'] = '1012332141'
    160164        xmldict['institution_bank_id'] = '123'
Note: See TracChangeset for help on using the changeset viewer.