mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
refactor(core): restrict requires_customer_action in confirm (#3235)
This commit is contained in:
@ -603,7 +603,7 @@ async fn bank_transfer_webhook_flow<W: types::OutgoingWebhookType, Ctx: PaymentM
|
||||
services::api::AuthFlow::Merchant,
|
||||
payments::CallConnectorAction::Trigger,
|
||||
None,
|
||||
HeaderPayload::default(),
|
||||
HeaderPayload::with_source(common_enums::PaymentSource::Webhook),
|
||||
))
|
||||
.await
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user