Skip to content

Commit

Permalink
Updating _build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leofischer committed Jun 13, 2023
1 parent afe0536 commit 7eec1c8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11618,6 +11618,11 @@ components:
description: The payment status of the order.
example: paid
type: string
processing_mode:
description: "Indicates the processing mode for the order, either ecommerce,\
\ recurrent or validation."
example: ecommerce
type: string
shipping_contact:
$ref: '#/components/schemas/order_response_shipping_contact'
updated_at:
Expand Down Expand Up @@ -12538,6 +12543,11 @@ components:
default: false
description: Indicates whether the order charges must be preauthorized
type: boolean
processing_mode:
description: "Indicates the processing mode for the order, either ecommerce,\
\ recurrent or validation."
example: ecommerce
type: string
shipping_contact:
$ref: '#/components/schemas/customer_shipping_contacts'
shipping_lines:
Expand Down Expand Up @@ -14777,6 +14787,13 @@ components:
payment_source_id:
example: src_2tLkkyfMPh6v7pFry
type: string
contract_id:
description: Optional id sent to indicate the bank contract for recurrent
card charges.
example: S781317595
maxLength: 10
minLength: 10
type: string
required:
- type
type: object
Expand Down Expand Up @@ -15007,6 +15024,12 @@ components:
brand:
example: visa
type: string
contract_id:
description: Id sent for recurrent charges.
example: S781317595
maxLength: 10
minLength: 10
type: string
country:
example: MX
type: string
Expand Down

0 comments on commit 7eec1c8

Please sign in to comment.