Ignore:
Timestamp:
13 Nov 2013, 10:32:24 (11 years ago)
Author:
Henrik Bettermann
Message:

Configure account for pt application.

File:
1 edited

Legend:

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

    r10111 r10741  
    219219            xmldict['institution_acct'] = '9201805071'
    220220            xmldict['institution_bank_id'] = '17'
     221        elif self.applicant.applicant_id.startswith('pt'):
     222            xmldict['institution_acct'] = '9201805071'
     223            xmldict['institution_bank_id'] = '17'
    221224        else:
    222225            xmldict['institution_acct'] = '6220032503'
Note: See TracChangeset for help on using the changeset viewer.