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:
AkshayaFoiger
2024-09-16 17:58:34 +05:30
committed by GitHub
parent 61e2ca9b17
commit 6e74b80098
5 changed files with 101 additions and 31 deletions

View File

@ -100,7 +100,7 @@ pub async fn refund_retrieve_with_gateway_creds(
None,
auth.key_store,
refund_request,
refunds::refund_retrieve_core,
refunds::refund_retrieve_core_with_refund_id,
)
},
&auth::HeaderAuth(auth::ApiKeyAuth),
@ -143,7 +143,7 @@ pub async fn refund_retrieve(
None,
auth.key_store,
refund_request,
refunds::refund_retrieve_core,
refunds::refund_retrieve_core_with_refund_id,
)
},
&auth::HeaderAuth(auth::ApiKeyAuth),