feat(connector): add authorize, void, refund, psync, rsync support for mollie connector (#740)

Co-authored-by: pixincreate@work <pavananarayana01@gmail.com>
This commit is contained in:
Arjun Karthik
2023-03-16 12:43:01 +05:30
committed by GitHub
parent 1021d1ae53
commit 168fa32fe1
19 changed files with 1032 additions and 13 deletions

View File

@ -263,6 +263,8 @@ pub enum ConnectorError {
connector: &'static str,
payment_experience: String,
},
#[error("{flow} flow not supported by {connector} connector")]
FlowNotSupported { flow: String, connector: String },
#[error("Missing connector transaction ID")]
MissingConnectorTransactionID,
#[error("Missing connector refund ID")]