Changeset 17233


Ignore:
Timestamp:
21 Dec 2022, 10:21:27 (21 months ago)
Author:
Henrik Bettermann
Message:

Catch TypeError?.

File:
1 edited

Legend:

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

    r17231 r17233  
    383383
    384384def get_JSON_webcheckout_response(merchant_code, transref, host, url,
    385                                   https, amount, mac=None):
     385                                  https, amount, mac=''):
    386386    amount = int(100 * amount)
    387387    hashargs = transref + merchant_code + str(amount) + mac
Note: See TracChangeset for help on using the changeset viewer.