Changeset 13237 for main/waeup.kwarapoly
- Timestamp:
- 3 Sep 2015, 15:25:01 (9 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r13185 r13237 51 51 httplib.HTTPConnection.debuglevel = 0 52 52 53 53 #All special payments moved to Skye Bank on 03-09-2015 54 54 SPECIAL_PAYMENT_PARAMS = { 55 'certificate': ('111', 200.0, 300.0, '17 51084083', '120'),56 'state_result': ('112', 200.0, 300.0, '17 51084083', '120'),57 'transcript_local': ('113', 200.0, 300.0, '17 51084083', '120'),58 'transcript_foreign': ('114', 200.0, 300.0, '17 51084083', '120'),59 'ver_result': ('115', 200.0, 300.0, '17 51084083', '120'),60 'change_course': ('116', 200.0, 300.0, '17 51084083', '120'),61 'change_inst': ('117', 200.0, 300.0, '17 51084083', '120'),62 'jamb_reject': ('118', 200.0, 300.0, '17 51084083', '120'),63 'cert_of_cert': ('119', 200.0, 300.0, '17 51084083', '120'),64 'ref_let': ('120', 200.0, 300.0, '17 51084083', '120'),65 'proc_cert': ('121', 200.0, 300.0, '17 51084083', '120'),66 'loss_idcard': ('122', 6.0, 9.0, '17 51084083', '120'),67 'loss_examcard': ('123', 3.0, 4.5, '17 51084083', '120'),68 'loss_result': ('124', 200.0, 300.0, '17 51084083', '120'),69 'loss_receipt': ('125', 200.0, 300.0, '17 51084083', '120'),70 'loss_clearance': ('126', 200.0, 300.0, '17 51084083', '120'),71 'conv_brochure': ('127', 200.0, 300.0, '17 51084083', '120'),72 'hnd_certificate': ('128', 200.0, 300.0, '17 51084083', '120'),73 'hnd_state_result': ('129', 200.0, 300.0, '17 51084083', '120'),74 'hnd_transcript_local': ('130', 200.0, 300.0, '17 51084083', '120'),75 'hnd_transcript_foreign': ('131', 200.0, 300.0, '17 51084083', '120'),76 'staff_loss_idcard': ('132', 6.0, 9.0, '17 51084083', '120'),77 'hnd_conv_brochure': ('133', 200.0, 300.0, '17 51084083', '120'),78 'pgd_state_result': ('134', 200.0, 300.0, '17 51084083', '120'),79 'pgd_conv_brochure': ('135', 200.0, 300.0, '17 51084083', '120'),80 'pgd_certificate': ('136', 200.0, 300.0, '17 51084083', '120'),81 'log_book': ('137', 3.0, 4.5, '1 010508401', '117'),82 'pgd_transcript_foreign': ('138', 200.0, 300.0, '17 51084083', '120'),83 'pgd_transcript_local': ('139', 200.0, 300.0, '17 51084083', '120'),84 'jamb_regularization': ('140', 200.0, 300.0, ' 0838798020', '76'),85 'utme_registration': ('142', 6.0, 9.0, ' 2013910271', '8'),86 'utme_cbt': ('143', 6.0, 9.0, ' 2013910271', '8'),87 'nysc_id_card': ('144', 6.0, 9.0, '17 51084083', '120'),55 'certificate': ('111', 200.0, 300.0, '1771440667', '120'), 56 'state_result': ('112', 200.0, 300.0, '1771440667', '120'), 57 'transcript_local': ('113', 200.0, 300.0, '1771440667', '120'), 58 'transcript_foreign': ('114', 200.0, 300.0, '1771440667', '120'), 59 'ver_result': ('115', 200.0, 300.0, '1771440667', '120'), 60 'change_course': ('116', 200.0, 300.0, '1771440667', '120'), 61 'change_inst': ('117', 200.0, 300.0, '1771440667', '120'), 62 'jamb_reject': ('118', 200.0, 300.0, '1771440667', '120'), 63 'cert_of_cert': ('119', 200.0, 300.0, '1771440667', '120'), 64 'ref_let': ('120', 200.0, 300.0, '1771440667', '120'), 65 'proc_cert': ('121', 200.0, 300.0, '1771440667', '120'), 66 'loss_idcard': ('122', 6.0, 9.0, '1771440667', '120'), 67 'loss_examcard': ('123', 3.0, 4.5, '1771440667', '120'), 68 'loss_result': ('124', 200.0, 300.0, '1771440667', '120'), 69 'loss_receipt': ('125', 200.0, 300.0, '1771440667', '120'), 70 'loss_clearance': ('126', 200.0, 300.0, '1771440667', '120'), 71 'conv_brochure': ('127', 200.0, 300.0, '1771440667', '120'), 72 'hnd_certificate': ('128', 200.0, 300.0, '1771440667', '120'), 73 'hnd_state_result': ('129', 200.0, 300.0, '1771440667', '120'), 74 'hnd_transcript_local': ('130', 200.0, 300.0, '1771440667', '120'), 75 'hnd_transcript_foreign': ('131', 200.0, 300.0, '1771440667', '120'), 76 'staff_loss_idcard': ('132', 6.0, 9.0, '1771440667', '120'), 77 'hnd_conv_brochure': ('133', 200.0, 300.0, '1771440667', '120'), 78 'pgd_state_result': ('134', 200.0, 300.0, '1771440667', '120'), 79 'pgd_conv_brochure': ('135', 200.0, 300.0, '1771440667', '120'), 80 'pgd_certificate': ('136', 200.0, 300.0, '1771440667', '120'), 81 'log_book': ('137', 3.0, 4.5, '1771440667', '120'), 82 'pgd_transcript_foreign': ('138', 200.0, 300.0, '1771440667', '120'), 83 'pgd_transcript_local': ('139', 200.0, 300.0, '1771440667', '120'), 84 'jamb_regularization': ('140', 200.0, 300.0, '1771440667', '120'), 85 'utme_registration': ('142', 6.0, 9.0, '1771440667', '120'), 86 'utme_cbt': ('143', 6.0, 9.0, '1771440667', '120'), 87 'nysc_id_card': ('144', 6.0, 9.0, '1771440667', '120'), 88 88 } 89 89 -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py
r13185 r13237 721 721 self.assertTrue( 722 722 '<item_detail item_id="1" item_name="ND Transcript (local)" ' 723 'item_amt="450000" bank_id="120" acct_num="17 51084083" />'723 'item_amt="450000" bank_id="120" acct_num="1771440667" />' 724 724 in self.browser.contents) 725 725 … … 734 734 self.assertTrue( 735 735 '<item_detail item_id="1" item_name="Log Book" ' 736 'item_amt="55444" bank_id="1 17" acct_num="1010508401" />'736 'item_amt="55444" bank_id="120" acct_num="1771440667" />' 737 737 in self.browser.contents) 738 738
Note: See TracChangeset for help on using the changeset viewer.