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:
Sahkal Poddar
2024-12-12 20:05:20 +05:30
committed by GitHub
parent e9a5615f2b
commit 1564ad72b8
11 changed files with 136 additions and 1 deletions

View File

@ -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
}
}
},