Ignore:
Timestamp:
14 Sep 2022, 20:22:17 (2 years ago)
Author:
Henrik Bettermann
Message:

Configure bank account.

File:
1 edited

Legend:

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

    r17083 r17100  
    729729                gateway_net_amt(self.context.amount_auth))
    730730
     731        # Access Card Fee
     732        elif self.context.p_category == 'access_card':
     733            self.pay_item_id = '103'
     734            xmldict['institution_acct'] = '1012686013'
     735            xmldict['institution_bank_id'] = '123'
     736            xmldict['institution_amt'] = 100 * (
     737                gateway_net_amt(self.context.amount_auth))
     738
    731739        # LMS + Sundry Fees
    732740        elif self.context.p_category == 'lms_sund':
Note: See TracChangeset for help on using the changeset viewer.