mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(router): add support for apple pay pre-decrypted token in the payments confirm call (#8815)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -3986,7 +3986,8 @@ pub struct GpayTokenizationData {
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
pub struct ApplePayWalletData {
|
||||
/// The payment data of Apple pay
|
||||
pub payment_data: String,
|
||||
#[schema(value_type = ApplePayPaymentData)]
|
||||
pub payment_data: common_types::payments::ApplePayPaymentData,
|
||||
/// The payment method of Apple pay
|
||||
pub payment_method: ApplepayPaymentMethod,
|
||||
/// The unique identifier for the transaction
|
||||
|
||||
Reference in New Issue
Block a user