@@ -165,7 +165,7 @@ impl Platform for KucoinSwap {
}
- async fn get_order_detail(&self, _id: &str) -> Result<Order, Error> {
+ async fn get_order_detail(&self, _order_id: &str, _is_custom_id: bool) -> Result<Order, Error> {
todo!()