Changeset 16965 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 14 Jun 2022, 11:47:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r16781 r16965 203 203 self.payment_url = self.browser.url 204 204 self.browser.getLink("Pay via Interswitch", index=0).click() 205 self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1617000" bank_id=" 388" acct_num="1556004203" />'205 self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1617000" bank_id="51" acct_num="4011034703" />' 206 206 in self.browser.contents) 207 207 self.assertTrue('<item_detail item_id="2" item_name="School Fee 2" item_amt="1078000" bank_id="8" acct_num="2034761924" />'
Note: See TracChangeset for help on using the changeset viewer.