Ignore:
Timestamp:
21 Nov 2019, 12:58:12 (5 years ago)
Author:
Henrik Bettermann
Message:

Add FedEX fee again.

File:
1 edited

Legend:

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

    r15761 r15836  
    129129                    self.institution_acct = '5210006575'
    130130                    self.institution_bank_id = '51'
    131                 #if self.applicant.applicant_id[:6] in ('trans1', 'trans6'):
    132                 #    fedex_amt = 10500.0
     131                if self.applicant.applicant_id[:6] in ('trans1', 'trans6'):
     132                    fedex_amt = 10500.0
    133133                if self.context.p_category == 'app_balance':
    134134                    provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.