Changeset 17490


Ignore:
Timestamp:
15 Jul 2023, 06:31:11 (14 months ago)
Author:
Henrik Bettermann
Message:

Change bank account.

File:
1 edited

Legend:

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

    r17485 r17490  
    6262    'access':   ('1012688013', '123'),
    6363    'notebook': ('4011210501', '51'),
     64    'accredit': ('5060023412', '51'),
    6465    'library':  ('2000122995', '8'),
    6566    'fac1':     ('1022438743', '7'),
     
    9798    'access':     'Access Card Fee',
    9899    'notebook':   'Branded Notebook',
     100    'accredit':   'Accreditation Fee',
    99101    'library':    'Library Development Fee',
    100102    'tuition':    'Tuition',
     
    173175        xmldict['provider_acct'] = PROVIDER_ACCT
    174176        xmldict['provider_bank_id'] = PROVIDER_BANK_ID
     177        if 'alumni' in self.application_url():
     178            xmldict['provider_acct'] = '0427773399'
     179            xmldict['provider_bank_id'] = '10'
    175180        xmldict['provider_item_name'] = PROVIDER_ITEM_NAME
    176181        xmldict['institution_item_name'] = self.context.category
Note: See TracChangeset for help on using the changeset viewer.