refactor: move merchant_key_store table to accounts schema (#7746)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2025-04-08 17:19:46 +05:30
committed by GitHub
parent 5d5dbe0c26
commit e88672c97c
13 changed files with 180 additions and 38 deletions

View File

@ -19677,7 +19677,6 @@
"redirect_to_merchant_with_http_post",
"is_tax_connector_enabled",
"is_network_tokenization_enabled",
"should_collect_cvv_during_payment",
"is_click_to_pay_enabled",
"is_clear_pan_retries_enabled"
],
@ -19858,7 +19857,8 @@
},
"should_collect_cvv_during_payment": {
"type": "boolean",
"description": "Indicates if CVV should be collected during payment or not."
"description": "Indicates if CVV should be collected during payment or not.",
"nullable": true
},
"is_click_to_pay_enabled": {
"type": "boolean",