Changeset 13246 for main/waeup.uniben


Ignore:
Timestamp:
5 Sep 2015, 10:08:02 (9 years ago)
Author:
Henrik Bettermann
Message:

pga - pgd fee go into the same account.

File:
1 edited

Legend:

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

    r13245 r13246  
    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'
    175         elif self.applicant.applicant_id.startswith('pgb'):  # CERHI 2
     172        if self.applicant.applicant_id[:3] in ('pga', 'pgb', 'pgc', 'pgc'): # CERHI
    176173            xmldict['institution_acct'] = '1014312532'
    177174            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.