mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(async_refund): add sync feature to async refund (#93)
This commit is contained in:
@ -60,7 +60,12 @@ pub(crate) async fn refund_retrieve(
|
||||
&req,
|
||||
refund_id,
|
||||
|state, merchant_account, refund_id| {
|
||||
refunds::refund_retrieve_core(state, merchant_account, refund_id)
|
||||
refunds::refund_response_wrapper(
|
||||
state,
|
||||
merchant_account,
|
||||
refund_id,
|
||||
refunds::refund_retrieve_core,
|
||||
)
|
||||
},
|
||||
api::MerchantAuthentication::ApiKey,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user