feat(connector): [Shift4] add support for card 3DS payment (#828)

This commit is contained in:
Jagan
2023-04-18 01:01:15 +05:30
committed by GitHub
parent ffaa8da0d2
commit 29999fe51a
17 changed files with 576 additions and 136 deletions

View File

@ -259,6 +259,8 @@ pub enum ConnectorError {
},
#[error("{flow} flow not supported by {connector} connector")]
FlowNotSupported { flow: String, connector: String },
#[error("Capture method not supported")]
CaptureMethodNotSupported,
#[error("Missing connector transaction ID")]
MissingConnectorTransactionID,
#[error("Missing connector refund ID")]