Ignore:
Timestamp:
18 Aug 2016, 06:10:37 (8 years ago)
Author:
Henrik Bettermann
Message:

Exchange account numbers.

File:
1 edited

Legend:

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

    r14086 r14088  
    339339            if contr_agreement_student(student) == 'first':
    340340                # First agreement
     341                xmldict['institution_acct'] = '0051005007'
     342                xmldict['institution_bank_id'] = '31'
     343            else:
     344                # Second agreement
    341345                xmldict['institution_bank_id'] = '123'
    342346                xmldict['institution_acct'] = '1006360118'
    343             else:
    344                 # Second agreement
    345                 xmldict['institution_acct'] = '0051005007'
    346                 xmldict['institution_bank_id'] = '31'
    347347            xmldict['institution_amt'] = 100 * (
    348348                gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.