Changeset 4021 for WAeUP_SRP/trunk/skins/waeup_aaue/pay_interswitch.py
- Timestamp:
- 24 Mar 2009, 21:08:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaue/pay_interswitch.py
r4018 r4021 144 144 xmldict['bt_amount'] = "%d" % int(100*bt_amount) 145 145 146 if student_record.mode in ('ug_ft','ug_pt' ):146 if student_record.mode in ('ug_ft','ug_pt','pg_ft','pgd_ft'): 147 147 xmldict['aaue_acct'] = "6020008887" 148 148 xmldict['bank_id'] = '123' 149 elif student_record.mode in ('pg_ft','pgd_ft'):150 xmldict['aaue_acct'] = ""151 xmldict['bank_id'] = ''152 149 else: 153 150 xmldict['aaue_acct'] = "0000000000000" … … 177 174 178 175 return context.goto_interswitch_form(info=info) 179
Note: See TracChangeset for help on using the changeset viewer.