This commit is contained in:
GukSang.Jin
2026-03-18 17:49:22 +08:00
3 changed files with 28 additions and 28 deletions

View File

@@ -77,7 +77,7 @@ public class OrdersController : ControllerBase
if (order == null)
return NotFound();
return Ok(order);
return Ok(order);
}
[HttpGet("{id}/payment-status")]