Ignore:
Timestamp:
18 Aug 2017, 07:41:11 (7 years ago)
Author:
Henrik Bettermann
Message:

Wow, Remita has modified the software. get_JSON_POST_response can only be called once with th esame same orderId to retrieve the RRR. Also the trailing whitespace disappeared. Last but not least lineitems are no longer part of the transaction status request response.

File:
1 edited

Legend:

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

    r14798 r14805  
    214214    serviceTypeId = SERVICETYPEID
    215215
    216     orderId = '3456346346'
     216    #orderId = '3456346346'
    217217    init_url = '/remita/ecomm/split/init.reg'
    218218    amount='1000'
     
    275275        if not module_activated(self.context.__parent__.__parent__.year):
    276276            return
     277        self.orderId = self.context.p_id
    277278        error = self.init_update()
    278279        if error:
Note: See TracChangeset for help on using the changeset viewer.