mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(payment_link): expose configurations for payment links (#7742)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -329,6 +329,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::FeatureStatus,
|
||||
api_models::enums::MerchantProductType,
|
||||
api_models::enums::CtpServiceProvider,
|
||||
api_models::enums::PaymentLinkSdkLabelType,
|
||||
api_models::enums::PaymentLinkShowSdkTerms,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
api_models::admin::ConnectorWalletDetails,
|
||||
|
||||
@ -295,6 +295,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::UIWidgetFormLayout,
|
||||
api_models::enums::MerchantProductType,
|
||||
api_models::enums::CtpServiceProvider,
|
||||
api_models::enums::PaymentLinkSdkLabelType,
|
||||
api_models::enums::PaymentLinkShowSdkTerms,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
api_models::admin::CardTestingGuardConfig,
|
||||
|
||||
Reference in New Issue
Block a user