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

@ -442,6 +442,7 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
errors::ApiErrorResponse::SuccessfulPaymentNotFound => Self::SuccessfulPaymentNotFound,
errors::ApiErrorResponse::AddressNotFound => Self::AddressNotFound,
errors::ApiErrorResponse::NotImplemented { .. } => Self::Unauthorized,
errors::ApiErrorResponse::FlowNotSupported { .. } => Self::InternalServerError,
errors::ApiErrorResponse::PaymentUnexpectedState {
current_flow,
field_name,