- Timestamp:
- 11 Mar 2019, 20:43:33 (6 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/tests.py
r15270 r15351 204 204 in self.browser.contents) 205 205 self.assertTrue( 206 'action="http ://www.remitademo.net/remita/ecomm/finalize.reg"'206 'action="https://www.remitademo.net/remita/ecomm/finalize.reg"' 207 207 in self.browser.contents) 208 208 self.assertEqual(self.payment.r_company, 'remita') … … 235 235 self.payment.p_id = self.orderId 236 236 self.browser.getLink("Requery Remita Payment Status").click() 237 self.assertTrue(' Successful payment' in self.browser.contents)237 self.assertTrue('Payment successfully completed' in self.browser.contents) 238 238 self.assertEqual(self.payment.r_desc, 'Approved') 239 239 self.assertEqual(self.payment.r_amount_approved , 1000.0) -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/webservices.py
r14801 r15351 38 38 merchantId = '2547916' 39 39 host = 'www.remitademo.net' 40 https = False40 https = True 41 41 api_key = '1946' 42 42
Note: See TracChangeset for help on using the changeset viewer.