Changeset 4020
- Timestamp:
- 24 Mar 2009, 20:51:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceoyo/pay_interswitch.py
r3787 r4020 144 144 145 145 if student_record.mode in ('ug_sw','prence',): 146 xmldict['fceoyo_acct'] = "0 061001000021076"146 xmldict['fceoyo_acct'] = "0285001000000899" 147 147 xmldict['bank_id'] = '89' 148 148 elif student_record.mode in ('ug_ft',): 149 xmldict['fceoyo_acct'] = " 3030010073"149 xmldict['fceoyo_acct'] = "1681001000137" 150 150 xmldict['bank_id'] = '125' 151 151 else: … … 159 159 <item_details detail_ref="%(detail_ref)s" college="fceoyo" department="%(department)s" faculty="%(faculty)s" > 160 160 <item_detail item_id="1" item_name="FCEOyo School Fee" item_amt="%(amount)s" bank_id="%(bank_id)s" acct_num="%(fceoyo_acct)s" /> 161 <item_detail item_id="2" item_name="FCEOyo Split" item_amt="%(fceoyo_split)s" bank_id="125" acct_num="303001007 6" />161 <item_detail item_id="2" item_name="FCEOyo Split" item_amt="%(fceoyo_split)s" bank_id="125" acct_num="3030010075" /> 162 162 <item_detail item_id="3" item_name="BT" item_amt="%(bt_amount)s" bank_id="89" acct_num="0061001000021095" /> 163 163 </item_details>
Note: See TracChangeset for help on using the changeset viewer.