This commit is contained in:
afiq
2021-10-03 03:19:11 +08:00
parent d2443aa3e6
commit 7a2880f43c
11 changed files with 113 additions and 49 deletions
+2 -1
View File
@@ -953,7 +953,8 @@ class KhazanahController extends Controller
]);
$deletepanjar = Http::post(config('api.url') . '/api/DeletePanjar/'. $auth_user['cawangan'],[
'recno' => $request->recno
'recno' => $request->recno,
'users' => $auth_user['name']
])->json();
$updateVault = Http::put( config('api.url').'/api/UpdateVault/DeletePanjar/'.$auth_user['cawangan'],[