mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
Sessions flow for wallets (#60)
This commit is contained in:
@ -65,6 +65,18 @@ impl
|
||||
// TODO: Critical implement
|
||||
}
|
||||
|
||||
impl api::PaymentSession for Adyen {}
|
||||
|
||||
impl
|
||||
services::ConnectorIntegration<
|
||||
api::Session,
|
||||
types::PaymentsSessionData,
|
||||
types::PaymentsResponseData,
|
||||
> for Adyen
|
||||
{
|
||||
// Not Implemented (R)
|
||||
}
|
||||
|
||||
impl
|
||||
services::ConnectorIntegration<
|
||||
api::Capture,
|
||||
|
||||
Reference in New Issue
Block a user