mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +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:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user