fix customer api
This commit is contained in:
@@ -23,7 +23,7 @@ class LelongController extends Controller
|
||||
$gadaidetail = Http::get(config('api.url') . '/api/gadai/norujukan/'. $norujukan)->json();
|
||||
$noic = $gadaidetail[0][0]['nokp'];
|
||||
$customerdetail = Http::get(config('api.url') . '/api/customers/'. $noic)->json();
|
||||
$nama = $customerdetail[0]['nama'];
|
||||
$nama = $customerdetail['nama'];
|
||||
|
||||
$lelong = Http::get(config('api.url') . '/api/lelong/cawangan/'. $auth_user['cawangan'] . '/' . $norujukan)->json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user