Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter committed Dec 4, 2024
1 parent d48b8d0 commit b7a69d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ paths:
price_inc_tax: 50
price_ex_tax: 45
- product_id: 184
quanity: 1
quantity: 1
product_options:
- id: 200
value: '180'
Expand Down Expand Up @@ -252,9 +252,7 @@ paths:
tax_class_id: 2
Deleting a fee from the order (fee missing from the payload will be removed):
value:
fees:
-

fees: []
required: true
responses:
'200':
Expand Down

0 comments on commit b7a69d9

Please sign in to comment.