diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index 95a789e..468127d 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -25,7 +25,7 @@ class Test } if($info){ $update_one['certify_id'] = $info['certifyId']; - $update_one['Name'] = $temp['Name']; + $update_one['Name'] = $temp['name']; $update_one['id_code'] = $temp['id_code']; $data['certify_id'] = $info['certifyId']; $data['url'] = $info['url'];