Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Modified reference/orders.v3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-tgomez committed Aug 4, 2022
1 parent a3cc78c commit 90ea31d
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ paths:
}
}
'503':
description: "Every request in the batch failed. The error object describes the failure for each component request."
description: Every request in the batch failed. The error object describes the failure for each component request.
content:
application/json:
schema:
Expand Down Expand Up @@ -1848,6 +1848,7 @@ components:
- amazon
- authorizenet
- bankdeposit
- bigcommerce
- braintree
- cheque
- cod
Expand All @@ -1863,7 +1864,7 @@ components:
- paypalexpress
- paypalpaymentsprous
- paypalpaymentsprouk
- plugnpay
- plugnplay
- qbmsv2
- securenet
- square
Expand Down Expand Up @@ -2004,15 +2005,6 @@ components:
type: number
format: float
example: 35.42
status:
description: |
The status of a gift certificate: `active` - gift certificate is active; `pending` - gift certificate purchase is pending; `disabled` - gift certificate is disabled; `expired` - gift certificate is expired.
type: string
enum:
- active
- pending
- disabled
- expired
store_credit:
type: object
description: |
Expand Down Expand Up @@ -2310,11 +2302,11 @@ components:
example: 1
items:
type: array
items:
items:
$ref: '#/components/schemas/ItemsRefund'
required:
- order_id
- items
- order_id
- items
RefundQuote_Full:
type: object
title: RefundQuote_Full
Expand Down

0 comments on commit 90ea31d

Please sign in to comment.