mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
fix(connector): [coinbase] make metadata as option parameter (#887)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user