Ignore:
Timestamp:
7 Aug 2017, 13:36:55 (7 years ago)
Author:
Henrik Bettermann
Message:

Switch back to http.

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

Legend:

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

    r14766 r14774  
    101101    merchantId = '2547916'
    102102    host = 'www.remitademo.net'
    103     https = True
     103    https = False
    104104    api_key = '1946'
    105105
     
    154154    merchantId = '2547916'
    155155    host = 'www.remitademo.net'
    156     https = True
     156    https = False
    157157    api_key = '1946'
    158158
     
    206206    label = _('Pay via Remita')
    207207    submit_button = _('Pay now')
    208     https = True
     208    https = False
    209209
    210210    # Here we use Remita test portal data
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/browser_templates/goto_remita.pt

    r14765 r14774  
    44  <p i18n:translate="">
    55    Your payment details were sent to Remita and a retrieval reference
    6     number (RRR) has been generated. Please click button below to make
     6    number (RRR) has been generated. Please click the button below to make
    77    your RRR payment.
    88  </p>
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py

    r14765 r14774  
    109109    merchantId = '2547916'
    110110    host = 'www.remitademo.net'
    111     https = True
     111    https = False
    112112    api_key = '1946'
    113113
     
    162162    merchantId = '2547916'
    163163    host = 'www.remitademo.net'
    164     https = True
     164    https = False
    165165    api_key = '1946'
    166166
     
    214214    label = _('Pay via Remita')
    215215    submit_button = _('Pay now')
    216     https = True
     216    https = False
    217217
    218218    # Here we use Remita test portal data
Note: See TracChangeset for help on using the changeset viewer.