mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat: Apple pay session flow integrate (#138)
This commit is contained in:
committed by
GitHub
parent
1f0d1deb2b
commit
8b8ff8188f
@ -95,7 +95,7 @@ where
|
||||
.payment_attempt
|
||||
.authentication_type
|
||||
.unwrap_or_default(),
|
||||
|
||||
connector_meta_data: merchant_connector_account.metadata,
|
||||
request: T::try_from(payment_data.clone())?,
|
||||
response: response.map_or_else(|| Err(types::ErrorResponse::default()), Ok),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user