Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Nov 22, 2024
1 parent d0a22ae commit f101660
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 242 deletions.
33 changes: 16 additions & 17 deletions e2e/src/fixtures/1.6/carrier_details.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[
{
"action": "upsert",
"collection": "carrier_details",
"properties": {
"id_reference": "2",
"id_zone": "1",
"id_range": "1",
"shipping_method": "range_weight",
"delimiter1": 0,
"delimiter2": 10000,
"country_ids": "GB",
"state_ids": "",
"price": 5,
"id_carrier_detail": "1"
}
{
"action": "upsert",
"collection": "carrier_details",
"properties": {
"id_reference": "2",
"id_zone": "1",
"id_range": "1",
"shipping_method": "range_weight",
"delimiter1": 0,
"delimiter2": 10000,
"country_ids": "GB",
"state_ids": "",
"price": 5,
"id_carrier_detail": "1"
}
]
}
]
Loading

0 comments on commit f101660

Please sign in to comment.