mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config (#4616)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -344,6 +344,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::NoThirdPartySdkSessionResponse,
|
||||
api_models::payments::SecretInfoToInitiateSdk,
|
||||
api_models::payments::ApplePayPaymentRequest,
|
||||
api_models::payments::ApplePayBillingContactFields,
|
||||
api_models::payments::ApplePayShippingContactFields,
|
||||
api_models::payments::ApplePayAddressParameters,
|
||||
api_models::payments::AmountInfo,
|
||||
api_models::payments::ProductType,
|
||||
api_models::payments::GooglePayWalletData,
|
||||
@ -388,6 +391,7 @@ 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::GpayShippingAddressParameters,
|
||||
api_models::payments::GpayBillingAddressParameters,
|
||||
api_models::payments::GpayBillingAddressFormat,
|
||||
api_models::payments::SepaBankTransferInstructions,
|
||||
|
||||
Reference in New Issue
Block a user