wip
This commit is contained in:
@@ -47,14 +47,14 @@ class OrderController extends Controller
|
||||
$url = $response['url'];
|
||||
|
||||
$order->update([
|
||||
'halkbank_id' => $response['orderId']
|
||||
'halkbank_id' => $response['orderId'],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
return response()->rest([
|
||||
'order_id' => $order->id,
|
||||
'payment_url' => $url
|
||||
'payment_url' => $url,
|
||||
], 201);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user