mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +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,
|
||||
"/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