Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 23, 2024
1 parent 89215f0 commit 16e0f52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -18131,6 +18131,10 @@
"type": "object",
"description": "Product authentication ids",
"nullable": true
},
"is_tokenize_before_payment_enabled": {
"type": "boolean",
"description": "Indicates if network tokenization before first payment is enabled or not"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -18164,7 +18168,8 @@
"is_tax_connector_enabled",
"is_network_tokenization_enabled",
"should_collect_cvv_during_payment",
"is_click_to_pay_enabled"
"is_click_to_pay_enabled",
"is_tokenize_before_payment_enabled"
],
"properties": {
"merchant_id": {
Expand Down Expand Up @@ -18355,6 +18360,10 @@
"type": "object",
"description": "Product authentication ids",
"nullable": true
},
"is_tokenize_before_payment_enabled": {
"type": "boolean",
"description": "Indicates if network tokenization before first payment is enabled or not"
}
}
},
Expand Down
11 changes: 10 additions & 1 deletion api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -22432,6 +22432,10 @@
"type": "object",
"description": "Product authentication ids",
"nullable": true
},
"is_tokenize_before_payment_enabled": {
"type": "boolean",
"description": "Indicates if network tokenization before first payment is enabled or not"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -22465,7 +22469,8 @@
"is_tax_connector_enabled",
"is_network_tokenization_enabled",
"is_auto_retries_enabled",
"is_click_to_pay_enabled"
"is_click_to_pay_enabled",
"is_tokenize_before_payment_enabled"
],
"properties": {
"merchant_id": {
Expand Down Expand Up @@ -22673,6 +22678,10 @@
"type": "object",
"description": "Product authentication ids",
"nullable": true
},
"is_tokenize_before_payment_enabled": {
"type": "boolean",
"description": "Indicates if network tokenization before first payment is enabled or not"
}
}
},
Expand Down

0 comments on commit 16e0f52

Please sign in to comment.