mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(core): introduce new field cardFundingSource to GooglePayPaymentMethodData (#9571)
This commit is contained in:
@ -382,6 +382,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::OrganizationType,
|
||||
api_models::enums::PaymentLinkShowSdkTerms,
|
||||
api_models::enums::ExternalVaultEnabled,
|
||||
api_models::enums::GooglePayCardFundingSource,
|
||||
api_models::enums::VaultSdk,
|
||||
api_models::admin::ExternalVaultConnectorDetails,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
|
||||
@ -334,6 +334,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::PaymentLinkSdkLabelType,
|
||||
api_models::enums::PaymentLinkShowSdkTerms,
|
||||
api_models::enums::OrganizationType,
|
||||
api_models::enums::GooglePayCardFundingSource,
|
||||
api_models::admin::MerchantConnectorCreate,
|
||||
api_models::admin::AdditionalMerchantData,
|
||||
api_models::admin::CardTestingGuardConfig,
|
||||
|
||||
Reference in New Issue
Block a user