product detail

This commit is contained in:
merdan 2023-06-21 16:01:37 +05:00
parent e7f792c737
commit 7e4d606dca
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ class Checkout extends CheckoutController
return response([
'data' => [
'order' => new OrderResource($order),
'status' => $status
'status' => $status,
'url' => ''
],
'message' => 'Order saved successfully.',
]);