Changeset 15591


Ignore:
Timestamp:
18 Sep 2019, 10:16:12 (5 years ago)
Author:
Henrik Bettermann
Message:

Exclude WAeAC charges/fee from app_balance payments.

File:
1 edited

Legend:

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

    r15524 r15591  
    127127                    self.institution_acct = '5210006575'
    128128                    self.institution_bank_id = '51'
     129                if self.context.p_category == 'app_balance':
     130                    provider_amt = 0.0
    129131            elif self.applicant.applicant_id.startswith('bridge'): # easier to test
    130132                self.institution_acct = '1014847058'
Note: See TracChangeset for help on using the changeset viewer.