Files
api_arrahn/tinker/getOnePercent.php
T
2023-12-13 22:00:36 +08:00

14 lines
330 B
PHP

<?php
use App\Services\MasterServices;
use App\Support\v2\Calculation;
$number = 1456.529;
$test2 = new Calculation();
$test = new MasterServices('KB2');
// $response = $test->kiraUpahTawarruq('KB2231207-0004');
$testrounded = $test2->getRoundedMethod($number);
$response = 'tes';
dd($testrounded);