Skip to content

Commit

Permalink
Update subscription/one-time-sale prefix examples (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobash authored Apr 9, 2024
1 parent e42ebbb commit 49dc746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/SubscriptionCancellation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
type: string
description: ID of the canceled subscription order.
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
example: sub_01HRF27SATGE4Z6PBJE6PD8328
proratedInvoiceId:
type:
- 'string'
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/SubscriptionReactivation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
type: string
description: ID of the reactivated subscription.
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
example: sub_01HRF27SATGE4Z6PBJE6PD8328
cancellationId:
type: string
description: ID of the related cancellation.
Expand Down

0 comments on commit 49dc746

Please sign in to comment.