mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(router): add support for Samsung Pay payment method (#5955)
This commit is contained in:
@ -273,6 +273,7 @@ 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::ConnectorWalletDetails,
|
||||
api_models::admin::MerchantRecipientData,
|
||||
api_models::admin::MerchantAccountData,
|
||||
api_models::admin::MerchantConnectorUpdate,
|
||||
@ -410,6 +411,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::GpayTokenizationData,
|
||||
api_models::payments::GooglePayPaymentMethodInfo,
|
||||
api_models::payments::ApplePayWalletData,
|
||||
api_models::payments::SamsungPayWalletCredentials,
|
||||
api_models::payments::SamsungPayTokenData,
|
||||
api_models::payments::ApplepayPaymentMethod,
|
||||
api_models::payments::PaymentsCancelRequest,
|
||||
api_models::payments::PaymentListConstraints,
|
||||
@ -431,6 +434,11 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::GooglePayRedirectData,
|
||||
api_models::payments::GooglePayThirdPartySdk,
|
||||
api_models::payments::GooglePaySessionResponse,
|
||||
api_models::payments::SamsungPaySessionTokenResponse,
|
||||
api_models::payments::SamsungPayMerchantPaymentInformation,
|
||||
api_models::payments::SamsungPayAmountDetails,
|
||||
api_models::payments::SamsungPayAmountFormat,
|
||||
api_models::payments::SamsungPayProtocolType,
|
||||
api_models::payments::GpayShippingAddressParameters,
|
||||
api_models::payments::GpayBillingAddressParameters,
|
||||
api_models::payments::GpayBillingAddressFormat,
|
||||
|
||||
Reference in New Issue
Block a user