mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(payment_methods): add support to pass apple pay recurring details to obtain apple pay merchant token (#6770)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -418,6 +418,12 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ApplePayPaymentRequest,
|
||||
api_models::payments::ApplePayBillingContactFields,
|
||||
api_models::payments::ApplePayShippingContactFields,
|
||||
api_models::payments::ApplePayRecurringPaymentRequest,
|
||||
api_models::payments::ApplePayRegularBillingRequest,
|
||||
api_models::payments::ApplePayPaymentTiming,
|
||||
api_models::payments::RecurringPaymentIntervalUnit,
|
||||
api_models::payments::ApplePayRecurringDetails,
|
||||
api_models::payments::ApplePayRegularBillingDetails,
|
||||
api_models::payments::ApplePayAddressParameters,
|
||||
api_models::payments::AmountInfo,
|
||||
api_models::payments::ClickToPaySessionResponse,
|
||||
|
||||
@ -380,6 +380,12 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ApplePayBillingContactFields,
|
||||
api_models::payments::ApplePayShippingContactFields,
|
||||
api_models::payments::ApplePayAddressParameters,
|
||||
api_models::payments::ApplePayRecurringPaymentRequest,
|
||||
api_models::payments::ApplePayRegularBillingRequest,
|
||||
api_models::payments::ApplePayPaymentTiming,
|
||||
api_models::payments::RecurringPaymentIntervalUnit,
|
||||
api_models::payments::ApplePayRecurringDetails,
|
||||
api_models::payments::ApplePayRegularBillingDetails,
|
||||
api_models::payments::AmountInfo,
|
||||
api_models::payments::GooglePayWalletData,
|
||||
api_models::payments::PayPalWalletData,
|
||||
|
||||
Reference in New Issue
Block a user