Changeset 14747 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 2 Aug 2017, 09:45:50 (7 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/interfaces.py
r14721 r14747 350 350 title = _(u'Subjects and Scores'), 351 351 description = _(u'(one subject with score per line)'), 352 required = True,352 required = False, 353 353 ) 354 354 jamb_reg_number = schema.TextLine( 355 355 title = _(u'JAMB Registration Number'), 356 required = True,356 required = False, 357 357 ) 358 358 -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14731 r14747 31 31 32 32 PRODUCT_ID = '7269' # must be provided by Interswitch 33 SITE_NAME = 'dsp g.waeup.org'33 SITE_NAME = 'dspou.waeup.org' 34 34 PROVIDER_ACCT = '1010764827' 35 35 PROVIDER_BANK_ID = '117'
Note: See TracChangeset for help on using the changeset viewer.