Ignore:
Timestamp:
24 Nov 2017, 17:57:16 (7 years ago)
Author:
Henrik Bettermann
Message:

Increase provider amount.

File:
1 edited

Legend:

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

    r14833 r14910  
    9595            self.mac = MAC_REGULAR
    9696        xmldict = {}
    97         provider_amt = 2000.0
     97        provider_amt = 4000.0
    9898        xmldict['institution_acct'] = '1010835352'
    9999        xmldict['institution_bank_id'] = '117'
     
    132132
    133133        elif self.applicant.applicant_id.startswith('utme'):
    134             provider_amt = 2000.0
    135134            xmldict['provider_amt'] = 100 * provider_amt
    136135            xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.