Commit 6595ab37d2a138dca10ffece7407785388bece42

Authored by AlexDiatlov
1 parent e94caa41

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