Skip to content

Commit 3869516

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/v2.2.0
2 parents 305bb31 + fda5c2d commit 3869516

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_build/api.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15599,7 +15599,6 @@ components:
1559915599
expires_at:
1560015600
example: 1553273553
1560115601
format: int64
15602-
nullable: true
1560315602
type: integer
1560415603
reason:
1560515604
description: Reason for the refund

requestBodies/orders/order_refunds_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ description: requested field for a refund
22
required: true
33
content:
44
application/json:
5-
schema:
5+
schema:
66
required:
77
- amount
88
- reason
99
properties:
10-
amount:
10+
amount:
1111
type: integer
1212
example: 500
1313
description: "Amount to be refunded in cents"
1414
expires_at:
1515
type: integer
1616
example: 1553273553
17-
nullable: true
1817
format: int64
1918
reason:
2019
type: string

0 commit comments

Comments
 (0)