test again line ok

This commit is contained in:
ilmedova 2022-04-07 01:01:16 +05:00
parent ab06932f50
commit 8203e6b252
1 changed files with 2 additions and 2 deletions

View File

@ -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'];