mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
fix(refund_sync): add validation for missing connector_refund_id (#1013)
This commit is contained in:
@ -99,6 +99,7 @@ pub async fn refund_retrieve(
|
||||
) -> HttpResponse {
|
||||
let refund_request = refund_types::RefundsRetrieveRequest {
|
||||
refund_id: path.into_inner(),
|
||||
force_sync: Some(true),
|
||||
merchant_connector_details: None,
|
||||
};
|
||||
wrap::compatibility_api_wrap::<
|
||||
|
||||
Reference in New Issue
Block a user