Merge branch 'master' of http://101.132.182.216:3000/cgx/petwash
This commit is contained in:
@@ -77,7 +77,7 @@ public class OrdersController : ControllerBase
|
||||
if (order == null)
|
||||
return NotFound();
|
||||
|
||||
return Ok(order);
|
||||
return Ok(order);
|
||||
}
|
||||
|
||||
[HttpGet("{id}/payment-status")]
|
||||
|
||||
Reference in New Issue
Block a user