Changeset 14341 for main/waeup.aaue


Ignore:
Timestamp:
14 Dec 2016, 09:37:16 (8 years ago)
Author:
Henrik Bettermann
Message:

Move if statement.

File:
1 edited

Legend:

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

    r14338 r14341  
    106106        xmldict['institution_name'] = INSTITUTION_NAME
    107107
     108        if self.applicant.applicant_id.startswith('ijmbe'):
     109            xmldict['institution_acct'] = '0772012897'
     110            xmldict['institution_bank_id'] = '47'
     111
    108112        if self.applicant.applicant_id.startswith('pg'):
    109113            handbook_amount = 2000.0
     
    118122</item_details>
    119123</payment_item_detail>""" % xmldict
    120 
    121         elif self.applicant.applicant_id.startswith('ijmbe'):
    122             xmldict['institution_acct'] = '0772012897'
    123             xmldict['institution_bank_id'] = '47'
    124124
    125125        elif self.applicant.applicant_id.startswith('utme'):
Note: See TracChangeset for help on using the changeset viewer.