mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(apple_pay): add support for pre decrypted apple pay token (#2056)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
This commit is contained in:
@ -14,7 +14,7 @@ use crate::{
|
||||
connector,
|
||||
core::{
|
||||
errors::{ConnectorError, CustomResult, RouterResult},
|
||||
payments,
|
||||
payments::{self, helpers},
|
||||
},
|
||||
routes::AppState,
|
||||
services,
|
||||
@ -30,6 +30,7 @@ pub trait ConstructFlowSpecificData<F, Req, Res> {
|
||||
merchant_account: &domain::MerchantAccount,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
customer: &Option<domain::Customer>,
|
||||
merchant_connector_account: &helpers::MerchantConnectorAccountType,
|
||||
) -> RouterResult<types::RouterData<F, Req, Res>>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user