wip
This commit is contained in:
@@ -45,6 +45,10 @@ class OrderController extends Controller
|
||||
|
||||
if ($response['status'] == 'success') {
|
||||
$url = $response['url'];
|
||||
|
||||
$order->update([
|
||||
'halkbank_id' => $response['orderId']
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user