Changeset 10651


Ignore:
Timestamp:
25 Sep 2013, 10:55:40 (11 years ago)
Author:
Henrik Bettermann
Message:

Set up bank account data for pgft application.

File:
1 edited

Legend:

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

    r10597 r10651  
    229229            xmldict['institution_acct'] = '2014191363'
    230230            xmldict['institution_bank_id'] = '8'
     231        elif self.applicant.applicant_id.startswith('pgft'):
     232            xmldict['institution_acct'] = '7000016724'
     233            xmldict['institution_bank_id'] = '9'
    231234        elif self.applicant.applicant_id.startswith('prejambites'):
    232235            xmldict['institution_acct'] = '0106259811'
Note: See TracChangeset for help on using the changeset viewer.