- Timestamp:
- 13 Mar 2024, 21:34:26 (8 months ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17698 r17715 127 127 elif student.faccode in ('FMED', 'FBM'): 128 128 xmldict['institution_acct'] = '1011274462' 129 elif student.certcode == 'DFFPA': 130 xmldict['institution_acct'] = '2001627961' 131 xmldict['institution_bank_id'] = '8' 132 provider_amt = 4000.0 133 tech_fee = 0.0 129 134 if self.context.p_item == 'Balance': 130 135 provider_amt = 0.0 -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/tests/test_browser.py
r17563 r17715 55 55 '...You logged in...', self.browser.contents) 56 56 self.browser.getLink("Base Data").click() 57 self.assertRaises( 58 LinkNotFoundError, 59 self.browser.getLink, 'Download examination clearance slip') 57 ## Unidel changed it's mind again and again 58 #self.assertRaises( 59 # LinkNotFoundError, 60 # self.browser.getLink, 'Download examination clearance slip') 60 61 #self.browser.getLink("Download examination clearance slip").click() 61 # Unidel changed it's mind 62 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 62 #self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 63 63 self.browser.getLink("Base Data").click() 64 64 self.browser.getLink("Download examination clearance slip").click()
Note: See TracChangeset for help on using the changeset viewer.