mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat: connector tokenization flow (#750)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ccf032732e
commit
29da1dfa50
@ -25,6 +25,7 @@ pub struct Opennode;
|
||||
|
||||
impl api::Payment for Opennode {}
|
||||
impl api::PaymentSession for Opennode {}
|
||||
impl api::PaymentToken for Opennode {}
|
||||
impl api::ConnectorAccessToken for Opennode {}
|
||||
impl api::PreVerify for Opennode {}
|
||||
impl api::PaymentAuthorize for Opennode {}
|
||||
@ -100,6 +101,16 @@ impl ConnectorCommon for Opennode {
|
||||
}
|
||||
}
|
||||
|
||||
impl
|
||||
ConnectorIntegration<
|
||||
api::PaymentMethodToken,
|
||||
types::PaymentMethodTokenizationData,
|
||||
types::PaymentsResponseData,
|
||||
> for Opennode
|
||||
{
|
||||
// Not Implemented (R)
|
||||
}
|
||||
|
||||
impl ConnectorIntegration<api::Session, types::PaymentsSessionData, types::PaymentsResponseData>
|
||||
for Opennode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user