- Timestamp:
- 31 May 2012, 05:46:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r8545 r8568 312 312 self.context.creation_date, tz).strftime("%Y-%m-%d %H:%M:%S %Z") 313 313 self.site_redirect_url = self.url(self.context, 'request_webservice') 314 # Provider data315 314 if self.applicant.applicant_id.startswith('pg'): 316 315 provider_amt = 400 316 xmldict['institution_acct'] = '0031716030' 317 xmldict['institution_bank_id'] = '10' 317 318 else: 318 319 provider_amt = 250 320 xmldict['institution_acct'] = '6220032503' 321 xmldict['institution_bank_id'] = '51' 319 322 xmldict['detail_ref'] = self.context.p_id 320 323 xmldict['provider_amt'] = 100 * provider_amt … … 322 325 xmldict['provider_bank_id'] = PROVIDER_BANK_ID 323 326 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 324 # Institution data325 327 xmldict['institution_amt'] = 100 * (self.context.amount_auth - provider_amt - 150) 326 xmldict['institution_acct'] = '0031716030'327 xmldict['institution_bank_id'] = '10'328 328 xmldict['institution_item_name'] = self.context.p_category 329 329 xmldict['institution_name'] = INSTITUTION_NAME
Note: See TracChangeset for help on using the changeset viewer.