Changeset 8568


Ignore:
Timestamp:
31 May 2012, 05:46:14 (12 years ago)
Author:
Henrik Bettermann
Message:

Change Uniben bank account data for putme applicants.

File:
1 edited

Legend:

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

    r8545 r8568  
    312312            self.context.creation_date, tz).strftime("%Y-%m-%d %H:%M:%S %Z")
    313313        self.site_redirect_url = self.url(self.context, 'request_webservice')
    314         # Provider data
    315314        if self.applicant.applicant_id.startswith('pg'):
    316315            provider_amt = 400
     316            xmldict['institution_acct'] = '0031716030'
     317            xmldict['institution_bank_id'] = '10'
    317318        else:
    318319            provider_amt = 250
     320            xmldict['institution_acct'] = '6220032503'
     321            xmldict['institution_bank_id'] = '51'
    319322        xmldict['detail_ref'] = self.context.p_id
    320323        xmldict['provider_amt'] = 100 * provider_amt
     
    322325        xmldict['provider_bank_id'] = PROVIDER_BANK_ID
    323326        xmldict['provider_item_name'] = PROVIDER_ITEM_NAME
    324         # Institution data
    325327        xmldict['institution_amt'] = 100 * (self.context.amount_auth - provider_amt - 150)
    326         xmldict['institution_acct'] = '0031716030'
    327         xmldict['institution_bank_id'] = '10'
    328328        xmldict['institution_item_name'] = self.context.p_category
    329329        xmldict['institution_name'] = INSTITUTION_NAME
Note: See TracChangeset for help on using the changeset viewer.