Commit 134ba7e73bf41201de3d8f277c844a6ba2ab8d63

Authored by Taras Kozlovskyi
1 parent f6309348

Change amount and step

@@ -36,11 +36,11 @@ test_tender_data = { @@ -36,11 +36,11 @@ test_tender_data = {
36 } 36 }
37 }, 37 },
38 "value": { 38 "value": {
39 - "amount": 500, 39 + "amount": 50000,
40 "currency": u"UAH" 40 "currency": u"UAH"
41 }, 41 },
42 "minimalStep": { 42 "minimalStep": {
43 - "amount": 1, 43 + "amount": 100,
44 "currency": u"UAH" 44 "currency": u"UAH"
45 }, 45 },
46 "items": [ 46 "items": [
Please register or login to post a comment