Changeset 17146


Ignore:
Timestamp:
28 Oct 2022, 15:01:11 (23 months ago)
Author:
Henrik Bettermann
Message:

New ‚end point‘.

File:
1 edited

Legend:

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

    r15917 r17146  
    7171        'Content-Type':'application/json; charset=utf-8',
    7272    }
    73     url = '/remita/ecomm/%s/%s/%s/status.reg' % (merchantId, RRR, hashvalue)
     73   
     74    # url = '/remita/ecomm/%s/%s/%s/status.reg' % (merchantId, RRR, hashvalue)
     75
     76    # On 28/10/22 Balogun Olalekan wrote:
     77    # Kindly update the transaction validation endpoint being used to the below.
     78    # https://login.remita.net/remita/exapp/api/v1/send/api/echannelsvc/{{merchantId}}/{{rrr}}/{{apiHash}}/status.reg.
     79
     80    url = '/remita/exapp/api/v1/send/api/echannelsvc/%s/%s/%s/status.reg' % (merchantId, RRR, hashvalue)
     81
    7482    if https:
    7583        h = httplib.HTTPSConnection(host)
Note: See TracChangeset for help on using the changeset viewer.