Ignore:
Timestamp:
4 Sep 2015, 15:05:24 (9 years ago)
Author:
Henrik Bettermann
Message:

Set bank account for CERHI application.

File:
1 edited

Legend:

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

    r13186 r13243  
    170170        xmldict = {}
    171171        provider_amt = 400.0
     172        if self.applicant.applicant_id.startswith('pga'):  # CERHI
     173            xmldict['institution_acct'] = '1014312532'
     174            xmldict['institution_bank_id'] = '117'
    172175        if self.applicant.applicant_id.startswith('pg'):
    173176            xmldict['institution_acct'] = '0031716030'
Note: See TracChangeset for help on using the changeset viewer.