remove token
This commit is contained in:
@@ -202,7 +202,7 @@ class ImbangdugaServices
|
||||
}
|
||||
|
||||
$tagtally = (number_format($summation_harta,2) == number_format($summation_tanggungan,2)) ? 1 : 0;
|
||||
$response = $this->InsertImbangDugaBackup($yesterday,$kodcaw,$summation_harta,$summation_tanggungan,$tagtally,session('access_token'));
|
||||
$response = $this->InsertImbangDugaBackup($yesterday,$kodcaw,$summation_harta,$summation_tanggungan,$tagtally);
|
||||
|
||||
if($response == 'successful'){
|
||||
return response('succesful');
|
||||
|
||||
Reference in New Issue
Block a user