refactor(core): restrict requires_customer_action in confirm (#3235)

This commit is contained in:
Narayan Bhat
2024-01-30 17:16:02 +05:30
committed by GitHub
parent b5bc8c4e7c
commit d2accdef41
18 changed files with 51 additions and 410 deletions

View File

@ -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 {