Skip to content

Commit

Permalink
Add autopay to Storefront Order PATCH (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez authored Feb 23, 2024
1 parent 9fabd4c commit 39f537e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/requestBodies/storefront/PatchOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ content:
schema:
type: object
properties:
autopay:
description: |-
Specifies if payment attempts are made automatically.
If autopay is enabled, the payment is retrieved from the customer on the renewal date using the payment instrument that is set at `paymentInstrumentId`,
or the default payment instrument on the subscription.
type: boolean
deliveryAddress:
description: Order delivery address.
oneOf:
Expand Down

0 comments on commit 39f537e

Please sign in to comment.