Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit bf5804f

Browse files
committed
Fix QA digital_purchase test
1 parent 7f8ac52 commit bf5804f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

qa/testdata/digital.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"contractType": "DIGITAL_GOOD",
66
"format": "FIXED_PRICE",
77
"expiry": "2030-08-17T04:52:19.000Z",
8-
"pricingCurrency": {
9-
"code": "TBTC",
10-
"divisibility": 8,
11-
"name": "A",
12-
"currencyType": "A"
13-
},
148
"acceptedCurrencies": ["TBTC", "TBCH", "TLTC", "TZEC"]
159
},
1610
"item": {
@@ -20,9 +14,7 @@
2014
"bigPrice": "12000000",
2115
"priceCurrency": {
2216
"code": "TBTC",
23-
"divisibility": 8,
24-
"name": "A",
25-
"currencyType": "A"
17+
"divisibility": 8
2618
},
2719
"tags": [
2820
"documentary"
@@ -41,8 +33,7 @@
4133
"movies"
4234
],
4335
"condition": "New",
44-
"skus": [
45-
]
36+
"skus": []
4637
},
4738
"taxes": [
4839
{

0 commit comments

Comments
 (0)