Ignore:
Timestamp:
10 Aug 2017, 06:48:52 (7 years ago)
Author:
Henrik Bettermann
Message:

Remove comments.

Location:
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py

    r14790 r14791  
    101101    grok.require('waeup.payApplicant')
    102102
    103     # Here we use Remita test portal data
    104103    merchantId = MERCHANTID
    105104    host = HOST
     
    154153    grok.require('waeup.manageApplication')
    155154
    156     # Here we use Remita test portal data
    157155    merchantId = MERCHANTID
    158156    host = HOST
     
    210208    submit_button = _('Pay now')
    211209
    212     # Here we use Remita test portal data
    213210    merchantId = MERCHANTID
    214211    host = HOST
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py

    r14790 r14791  
    109109    grok.require('waeup.payStudent')
    110110
    111     # Here we use Remita test portal data
    112111    merchantId = MERCHANTID
    113112    host = HOST
     
    162161    grok.require('waeup.manageStudent')
    163162
    164     # Here we use Remita test portal data
    165163    merchantId = MERCHANTID
    166164    host = HOST
     
    218216    submit_button = _('Pay now')
    219217
    220     # Here we use Remita test portal data
    221218    merchantId = MERCHANTID
    222219    host = HOST
Note: See TracChangeset for help on using the changeset viewer.