Sessions flow for wallets (#60)

This commit is contained in:
Narayan Bhat
2022-12-09 20:58:15 +05:30
committed by GitHub
parent 3d7d89172c
commit 0e105db216
26 changed files with 378 additions and 162 deletions

View File

@ -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,