Commit 2a70089b54dae51ba7bf95d33723f794e61d9b2c
Committed by
GitHub
Merge pull request #316 from ProzorroUKR/dev_prozorro_2
CS-9176 two digits
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -500,6 +500,7 @@ def test_complaint_data(): | @@ -500,6 +500,7 @@ def test_complaint_data(): | ||
500 | 500 | ||
501 | 501 | ||
502 | def test_payment_data(token, complaint_value, complaint_uaid): | 502 | def test_payment_data(token, complaint_value, complaint_uaid): |
503 | + complaint_value = format(complaint_value, '.2f') | ||
503 | data = { | 504 | data = { |
504 | "amount": str(complaint_value), | 505 | "amount": str(complaint_value), |
505 | "currency": "UAH", | 506 | "currency": "UAH", |
Please
register
or
login
to post a comment