Changeset 9934 for main/waeup.futminna/trunk
- Timestamp:
- 6 Feb 2013, 14:18:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/interswitch/browser.py
r9785 r9934 105 105 xmldict['institution_amt'] = 100 * ( 106 106 self.context.amount_auth - provider_amt - GATEWAY_AMT) 107 if self.context.student.current_mode in ('pg_ft' ):107 if self.context.student.current_mode in ('pg_ft','pgd_ft'): 108 108 self.pay_item_id = "11703" 109 109 elif self.context.student.state == CLEARED and \
Note: See TracChangeset for help on using the changeset viewer.