separation pasal version1 and version2 fix upah xdetect

This commit is contained in:
Hafifie PKB
2023-12-11 09:50:21 +08:00
parent 2a8e972b34
commit fb8b82c897
14 changed files with 171 additions and 53 deletions
+3 -1
View File
@@ -3,9 +3,11 @@
use App\Services\MasterServices;
use App\Support\v2\Calculation;
$number = 1456.50;
$test2 = new Calculation();
$test = new MasterServices('KB2');
// $response = $test->kiraUpahTawarruq('KB2231207-0004');
$testrounded = $test2->getRoundedMethod($number);
$response = 'tes';
dd($response);
dd($testrounded);