refactor(core): introduce new field cardFundingSource to GooglePayPaymentMethodData (#9571)

This commit is contained in:
Pa1NarK
2025-10-01 14:21:37 +05:30
committed by GitHub
parent cf30da2df0
commit daad946eb5
11 changed files with 67 additions and 12 deletions

View File

@ -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,

View File

@ -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,