Changeset 5278
- Timestamp:
- 20 Jul 2010, 19:15:57 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_aaua
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaua/pay_interswitch.py
r5171 r5278 142 142 elif student_record.mode.endswith('_sw'): 143 143 xmldict['aaua_acct'] = "2461770000021" 144 xmldict['bank_id'] = " 76"144 xmldict['bank_id'] = "120" 145 145 else: 146 146 xmldict['aaua_acct'] = "0000000000000000" -
WAeUP_SRP/trunk/skins/waeup_aaua/pay_interswitch2.py
r5181 r5278 142 142 elif student_record.mode.endswith('_sw'): 143 143 xmldict['aaua_acct'] = "2461770000021" 144 xmldict['bank_id'] = " 76"144 xmldict['bank_id'] = "120" 145 145 else: 146 146 xmldict['aaua_acct'] = "0000000000000000"
Note: See TracChangeset for help on using the changeset viewer.