mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +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:
@ -17762,6 +17762,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
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -17981,6 +17986,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