mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
fix(process): add process tracker support for instant refunds (#5818)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -816,7 +816,7 @@ async fn refunds_incoming_webhook_flow(
|
||||
.to_not_found_response(errors::ApiErrorResponse::WebhookResourceNotFound)
|
||||
.attach_printable_lazy(|| format!("Failed while updating refund: refund_id: {refund_id}"))?
|
||||
} else {
|
||||
Box::pin(refunds::refund_retrieve_core(
|
||||
Box::pin(refunds::refund_retrieve_core_with_refund_id(
|
||||
state.clone(),
|
||||
merchant_account.clone(),
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user