mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(users): Trustpay refund url update (#6251)
This commit is contained in:
@ -688,7 +688,7 @@ impl ConnectorIntegration<api::Execute, types::RefundsData, types::RefundsRespon
|
|||||||
req.request.connector_transaction_id,
|
req.request.connector_transaction_id,
|
||||||
"/Refund"
|
"/Refund"
|
||||||
)),
|
)),
|
||||||
_ => Ok(format!("{}{}", self.base_url(connectors), "api/v1/Reverse")),
|
_ => Ok(format!("{}{}", self.base_url(connectors), "api/v1/Refund")),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user