Changeset 9108 for main/waeup.fceokene/trunk
- Timestamp:
- 13 Aug 2012, 15:08:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r8956 r9108 178 178 site_name = SITE_NAME 179 179 currency = CURRENCY 180 pay_item_id = ' 5700'180 pay_item_id = '8303' 181 181 product_id = PRODUCT_ID 182 182 … … 209 209 xmldict['provider_bank_id'] = PROVIDER_BANK_ID 210 210 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 211 xmldict['provider_amt'] = 100 * 1500211 xmldict['provider_amt'] = 100 * 500 212 212 # Institution data 213 213 studycourse = student['studycourse'] 214 214 xmldict['institution_acct'] = '000000000000' 215 215 xmldict['institution_bank_id'] = '00' 216 xmldict['institution_amt'] = 100 * (self.context.amount_auth - 1500 - 150)216 xmldict['institution_amt'] = 100 * (self.context.amount_auth - 500 - 150) 217 217 xmldict['institution_item_name'] = self.context.p_category 218 218 xmldict['institution_name'] = INSTITUTION_NAME … … 271 271 # Institution data 272 272 xmldict['institution_amt'] = 100 * (self.context.amount_auth - 500 - 150) 273 xmldict['institution_acct'] = '10124 15659'273 xmldict['institution_acct'] = '1012445289' 274 274 xmldict['institution_bank_id'] = '117' 275 275 xmldict['institution_item_name'] = self.context.p_category
Note: See TracChangeset for help on using the changeset viewer.