added denominasi

This commit is contained in:
hafifierahman
2024-11-04 01:19:10 +08:00
parent 3a7259a64c
commit 9443075afd
3 changed files with 12 additions and 3 deletions
@@ -19,6 +19,14 @@ class DenominasiController extends Controller
return response()->json($response);
}
public function test2($kodcaw,Request $request){
$teller = new TellerServices($kodcaw);
$response = $teller->CashWithdrawals($request);
return response()->json($response);
}
public function listdenominasi($kodcaw)
{
$current = Carbon::now();