fix(connector): [coinbase] make metadata as option parameter (#887)

Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
Arvind Patel
2023-04-18 00:00:44 +05:30
committed by GitHub
parent 7a581a669c
commit f57289551c
2 changed files with 4 additions and 7 deletions

View File

@ -566,9 +566,6 @@ impl api::IncomingWebhook for Opennode {
opennode::OpennodePaymentStatus::Processing => {
Ok(api::IncomingWebhookEvent::PaymentIntentProcessing)
}
opennode::OpennodePaymentStatus::Refunded => {
Ok(api::IncomingWebhookEvent::RefundSuccess)
}
_ => Ok(api::IncomingWebhookEvent::EventNotSupported),
}
}