mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): [Card Testing Guard] Implement Card Testing Guard (#7108)
Co-authored-by: Debarshi Gupta <debarshi.gupta@Debarshi-Gupta-CM92YWDXFD.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -250,6 +250,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::admin::BusinessGenericLinkConfig,
|
||||
api_models::admin::BusinessCollectLinkConfig,
|
||||
api_models::admin::BusinessPayoutLinkConfig,
|
||||
api_models::admin::CardTestingGuardConfig,
|
||||
api_models::admin::CardTestingGuardStatus,
|
||||
api_models::customers::CustomerRequest,
|
||||
api_models::customers::CustomerUpdateRequest,
|
||||
api_models::customers::CustomerDeleteResponse,
|
||||
|
||||
@ -286,6 +286,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::UIWidgetFormLayout,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
api_models::admin::CardTestingGuardConfig,
|
||||
api_models::admin::CardTestingGuardStatus,
|
||||
api_models::admin::ConnectorWalletDetails,
|
||||
api_models::admin::MerchantRecipientData,
|
||||
api_models::admin::MerchantAccountData,
|
||||
|
||||
Reference in New Issue
Block a user