mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(core): added force_3ds_challenge for decoupled txns (#7484)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -327,6 +327,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::PaymentConnectorCategory,
|
||||
api_models::enums::CardDiscovery,
|
||||
api_models::enums::FeatureStatus,
|
||||
api_models::enums::MerchantProductType,
|
||||
api_models::enums::CtpServiceProvider,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
|
||||
@ -293,6 +293,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::FeatureStatus,
|
||||
api_models::enums::OrderFulfillmentTimeOrigin,
|
||||
api_models::enums::UIWidgetFormLayout,
|
||||
api_models::enums::MerchantProductType,
|
||||
api_models::enums::CtpServiceProvider,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
|
||||
Reference in New Issue
Block a user