Ignore:
Timestamp:
15 Mar 2024, 12:57:36 (11 months ago)
Author:
Henrik Bettermann
Message:

Add new application form and change existing ones.

File:
1 edited

Legend:

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

    r17702 r17719  
    165165        xmldict = {}
    166166        provider_amt = 2000.0
    167         if self.applicant.__parent__.code in ('ver2019', 'send2019'):
    168             provider_amt = 0.0
     167        xmldict['institution_acct'] = '2043582644'
     168        xmldict['institution_bank_id'] = '8'
     169        if self.applicant.__parent__.code in ('ver2019', 'send2019', 'res2024'):
     170            provider_amt = 3000.0
     171            xmldict['institution_acct'] = '2043583005'
     172            xmldict['institution_bank_id'] = '8'
    169173        elif self.applicant.__parent__.code.startswith('cert'):
    170174            provider_amt = 3000.0
    171175        elif self.applicant.__parent__.code.startswith('trans'):
    172176            provider_amt = 3000.0
    173         xmldict['institution_acct'] = '2043582644'
    174         xmldict['institution_bank_id'] = '8'
     177
    175178        if self.applicant.applicant_id.startswith('dsh'):
    176179            xmldict['institution_acct'] = '1014847058'
Note: See TracChangeset for help on using the changeset viewer.