Changeset 12061 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Timestamp:
- 26 Nov 2014, 06:20:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11955 r12061 154 154 xmldict['institution_acct'] = "0838798020" #part-time fees acquired by FCMB 155 155 xmldict['institution_bank_id'] = '76' 156 #Introduce a pay_item_id for part-time for the first time on this portal 157 self.pay_item_id = '145' 156 158 elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys(): 157 159 self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.