Changeset 13250 for main/waeup.uniben


Ignore:
Timestamp:
5 Sep 2015, 13:31:16 (9 years ago)
Author:
Henrik Bettermann
Message:

Only pga and pgd are CERHI applications.

File:
1 edited

Legend:

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

    r13246 r13250  
    170170        xmldict = {}
    171171        provider_amt = 400.0
    172         if self.applicant.applicant_id[:3] in ('pga', 'pgb', 'pgc', 'pgc'): # CERHI
     172        if self.applicant.applicant_id[:3] in ('pga', 'pgd'): # CERHI
    173173            xmldict['institution_acct'] = '1014312532'
    174174            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.