mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(connector): [Coinbase] [Opennode] Add support for crypto payments via PG redirection (#834)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in> Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
This commit is contained in:
@ -4,7 +4,13 @@ use crate::{
|
||||
};
|
||||
|
||||
fn default_webhook_config() -> api::MerchantWebhookConfig {
|
||||
std::collections::HashSet::from([api::IncomingWebhookEvent::PaymentIntentSuccess])
|
||||
std::collections::HashSet::from([
|
||||
api::IncomingWebhookEvent::PaymentIntentSuccess,
|
||||
api::IncomingWebhookEvent::PaymentIntentFailure,
|
||||
api::IncomingWebhookEvent::PaymentIntentProcessing,
|
||||
api::IncomingWebhookEvent::PaymentActionRequired,
|
||||
api::IncomingWebhookEvent::RefundSuccess,
|
||||
])
|
||||
}
|
||||
|
||||
pub async fn lookup_webhook_event(
|
||||
|
||||
Reference in New Issue
Block a user