Commit 2a70089b54dae51ba7bf95d33723f794e61d9b2c

Authored by alexdiatlov
Committed by GitHub
2 parents 80336244 6595ab37

Merge pull request #316 from ProzorroUKR/dev_prozorro_2

CS-9176 two digits
@@ -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