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