Changeset 9796 for main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Timestamp:
- 12 Dec 2012, 10:49:16 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r9783 r9796 122 122 self.pay_item_id = '5702' 123 123 provider_amt = 1500.0 124 if student.current_mode == 'pg_ft': 124 if student.faccode == 'FCETA': 125 xmldict['institution_acct'] = '5210007943' 126 xmldict['institution_bank_id'] = '51' 127 elif student.current_mode == 'pg_ft': 125 128 xmldict['institution_acct'] = '5330832799' 126 129 xmldict['institution_bank_id'] = '51' -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r9775 r9796 28 28 # If you enable this, please make sure the external services 29 29 # do exist really and are not bothered by being spammed by a test programme. 30 EXTERNAL_TESTS = False30 EXTERNAL_TESTS = True 31 31 32 32 def external_test(func):
Note: See TracChangeset for help on using the changeset viewer.