Commit ab0347f68b6189915144d94bcfad6118adab3c55

Authored by AlexDiatlov
1 parent 17f6f2cd

add additional info in payment data

... ... @@ -458,7 +458,12 @@ def test_payment_data(token, complaint_value, complaint_uaid):
458 458 "amount": str(complaint_value),
459 459 "currency": "UAH",
460 460 "description": generate_payment_description(token, complaint_uaid),
461   - "type": "credit"
  461 + "type": "credit",
  462 + "date_oper": get_now().isoformat(),
  463 + "account": "UA723004380000026001503374077",
  464 + "okpo": "14360570",
  465 + "mfo": "123456",
  466 + "name": u"Плат.интер-эквайрин через LiqPay"
462 467 }
463 468 return data
464 469
... ...
Please register or login to post a comment