Ignore:
Timestamp:
1 Aug 2017, 12:17:28 (7 years ago)
Author:
Henrik Bettermann
Message:

Damn! It seems that Remita resets it database so that we won't be able to reuse payment parameters in tests.

File:
1 edited

Legend:

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

    r14737 r14740  
    5252    serviceTypeId = '4430731'
    5353    api_key = '1946'
    54     orderId = '3456346346'
     54    orderId = '987698769876'
    5555    amount = '1000'
    5656    responseurl = 'http://xxxx'
     
    7979        assert resp == {
    8080            u'status': u'RRR Already Exist for the orderId',
    81             u'orderID': u'3456346346',
    82             u'RRR': u'280007640804 ',  # strange trailing whitespace which
     81            u'orderID': u'987698769876',
     82            u'RRR': u'320007640976 ',  # strange trailing whitespace which
    8383                                       # obviously does not belong to the RRR
    8484            u'statuscode': u'055'}
     
    9191                merchantId=self.merchantId,
    9292                api_key=self.api_key,
    93                 RRR='280007640804',
     93                RRR='320007640976',
    9494                host=self.host,
    9595                https=False,
    9696                )
    97 
    9897        assert resp == {
    99             u'orderId': u'3456346346',
     98            u'orderId': u'987698769876',
    10099            u'status': u'021',
    101100            u'amount': 1000.0,
    102             u'transactiontime': u'2017-07-31 11:17:24 AM',
     101            u'transactiontime': u'2017-08-01 12:10:32 PM',
    103102            u'message': u'Transaction Pending',
    104103            u'lineitems': [{u'status': u'021', u'lineItemsId': u'itemid1'},
    105104                           {u'status': u'021', u'lineItemsId': u'itemid2'}
    106105                          ],
    107             u'RRR': u'280007640804'}
     106            u'RRR': u'320007640976'}
    108107
    109108
     
    151150            merchantId=self.merchantId,
    152151            api_key=self.api_key,
    153             RRR='280007640804',
     152            RRR='320007640976',
    154153            host=self.host,
    155154            https=False,
Note: See TracChangeset for help on using the changeset viewer.