Commit 3a5b6ceaf528ac4c7e1390f76d66b584a5a816df
Committed by
GitHub
Merge pull request #247 from ProzorroUKR/amcu
Amcu
Showing
2 changed files
with
8 additions
and
1 deletions
| ... | ... | @@ -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