Ignore:
Timestamp:
13 Dec 2016, 17:49:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Add IJMB application type and bank account.

File:
1 edited

Legend:

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

    r14268 r14338  
    118118</item_details>
    119119</payment_item_detail>""" % xmldict
     120
     121        elif self.applicant.applicant_id.startswith('ijmbe'):
     122            xmldict['institution_acct'] = '0772012897'
     123            xmldict['institution_bank_id'] = '47'
    120124
    121125        elif self.applicant.applicant_id.startswith('utme'):
Note: See TracChangeset for help on using the changeset viewer.