test again line ok
This commit is contained in:
parent
ab06932f50
commit
8203e6b252
|
|
@ -88,13 +88,13 @@ class BukjaController extends Controller
|
|||
}
|
||||
foreach ($data as $val){
|
||||
if(isset($val['id'])){
|
||||
return "ok";
|
||||
|
||||
$bukjaOrder=new BukjaOrder();
|
||||
$bukjaOrder->customer_name=$customer_name;
|
||||
$bukjaOrder->customer_email=$customer_email;
|
||||
$bukjaOrder->customer_phone=$customer_phone;
|
||||
$bukjaOrder->customer_notes=$customer_notes;
|
||||
|
||||
return "ok";
|
||||
$order_id = $val['id'];
|
||||
$second=$val['second'];
|
||||
$folder_id=$val['folder_id'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue