- Timestamp:
- 3 Aug 2021, 09:13:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r16416 r16562 193 193 self.payment_url = self.browser.url 194 194 self.browser.getLink("Pay via Interswitch", index=0).click() 195 self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id=" 117" acct_num="1015220292" />'195 self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="388" acct_num="1556004203" />' 196 196 in self.browser.contents) 197 197 self.assertTrue('<item_detail item_id="2" item_name="School Fee 2" item_amt="1030000" bank_id="8" acct_num="2034761924" />'
Note: See TracChangeset for help on using the changeset viewer.