Changeset 14745


Ignore:
Timestamp:
2 Aug 2017, 09:15:43 (7 years ago)
Author:
Henrik Bettermann
Message:

Tell the student that this message comes from Remita. We are not responsible for this message (also not for the typos).

File:
1 edited

Legend:

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

    r14744 r14745  
    188188            return resp.get('error')
    189189        if resp.get('statuscode') not in ('021', '025', '055'):
    190             return resp.get('status')
     190            return 'Message from Remita: ' + resp.get('status')
    191191        self.rrr = self.context.r_pay_reference = resp['RRR'].rstrip()
    192192        hashargs =      self.merchantId + self.rrr + self.api_key
Note: See TracChangeset for help on using the changeset viewer.