Ignore:
Timestamp:
10 Nov 2016, 10:02:33 (8 years ago)
Author:
Henrik Bettermann
Message:

Change bank account for Student Union Dues second agreement.

File:
1 edited

Legend:

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

    r14258 r14268  
    263263                xmldict['institution_bank_id'] = '117'
    264264                xmldict['institution_acct'] = '1010827641'
    265                 xmldict['student_union_bank_id'] = '123'
    266                 xmldict['student_union_acct'] = '1006360118'
     265                xmldict['student_union_bank_id'] = '7'
     266                xmldict['student_union_acct'] = '1019763348'
    267267                xmldict['aaue_share_bank_id'] = '11'
    268268                xmldict['aaue_share_acct'] = '0030656377'
     
    381381            else:
    382382                # Second agreement
    383                 xmldict['institution_bank_id'] = '123'
    384                 xmldict['institution_acct'] = '1006360118'
     383                xmldict['institution_bank_id'] = '7'
     384                xmldict['institution_acct'] = '1019763348'
    385385            xmldict['institution_amt'] = 100 * (
    386386                gateway_net_amt(self.context.amount_auth))
Note: See TracChangeset for help on using the changeset viewer.