mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): Add connector cashtocode (#1429)
This commit is contained in:
@ -40,7 +40,6 @@ pub async fn payments_incoming_webhook_flow<W: api::OutgoingWebhookType>(
|
||||
} else {
|
||||
payments::CallConnectorAction::Trigger
|
||||
};
|
||||
|
||||
let payments_response = match webhook_details.object_reference_id {
|
||||
api_models::webhooks::ObjectReferenceId::PaymentId(id) => {
|
||||
payments::payments_core::<api::PSync, api::PaymentsResponse, _, _, _>(
|
||||
|
||||
Reference in New Issue
Block a user