fix customer api

This commit is contained in:
Afiq Zakwan Hamdan
2021-06-14 14:28:44 +08:00
parent 6db54b7c57
commit 7f1597ebf4
17 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ class PenebusanController extends Controller
$marhundetail = Http::get(config('api.url') . '/api/marhun/'. $norujukan)->json();
$marhun = $marhundetail[0];
$nama = $customerdetail[0]['nama'];
$nama = $customerdetail['nama'];
$gadai = $gadaidetail[0][0];
@@ -945,7 +945,7 @@ class PenebusanController extends Controller
$marhundetail = Http::get(config('api.url') . '/api/marhun/'. $norujukan)->json();
$marhun = $marhundetail[0];
$nama = $customerdetail[0]['nama'];
$nama = $customerdetail['nama'];
$gadai = $gadaidetail[0][0];