Skip to content

Commit 27830cf

Browse files
committed
feat: remove version property so we can show the workflow where we remove an unused provider field
1 parent f58cd04 commit 27830cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cypress/fixtures/product.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"id":"09","type":"CREDIT_CARD","name":"Gem Visa","version":"v1","price":99.99}
1+
{"id":"09","type":"CREDIT_CARD","name":"Gem Visa","price":99.99}

cypress/fixtures/products.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@
33
"id": "09",
44
"type": "CREDIT_CARD",
55
"name": "Gem Visa",
6-
"version": "v1",
76
"price": 99.99
87
},
98
{
109
"id": "10",
1110
"type": "CREDIT_CARD",
1211
"name": "28 Degrees",
13-
"version": "v1",
1412
"price": 49.49
1513
},
1614
{
1715
"id": "11",
1816
"type": "PERSONAL_LOAN",
1917
"name": "MyFlexiPay",
20-
"version": "v2",
2118
"price": 16.5
2219
}
2320
]

0 commit comments

Comments
 (0)