mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(core): Add product authentication ids in business profile (#6811)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -21748,6 +21748,11 @@
|
||||
"is_click_to_pay_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "Indicates if click to pay is enabled or not."
|
||||
},
|
||||
"authentication_product_ids": {
|
||||
"type": "object",
|
||||
"description": "Product authentication ids",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -21984,6 +21989,11 @@
|
||||
"description": "Indicates if click to pay is enabled or not.",
|
||||
"default": false,
|
||||
"example": false
|
||||
},
|
||||
"authentication_product_ids": {
|
||||
"type": "object",
|
||||
"description": "Product authentication ids",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user