Changeset 16778 for main/waeup.aaue


Ignore:
Timestamp:
3 Feb 2022, 11:00:25 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove bug.

File:
1 edited

Legend:

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

    r16691 r16778  
    114114            self.mac = MAC_PT
    115115            if self.applicant.__parent__.prefix == 'ijmbe':
    116                 xmldict['institution_bank_id'] = '123'
    117                 xmldict['institution_acct'] = '1012278272'
     116                self.institution_bank_id = '123'
     117                self.institution_acct = '1012278272'
    118118        else:
    119119            self.product_id = PRODUCT_ID_REGULAR
Note: See TracChangeset for help on using the changeset viewer.