fix ujrah

This commit is contained in:
Afiq Zakwan
2023-12-17 11:11:46 +08:00
parent 6ab25db913
commit 32b91e9e61
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class OnePercent extends MasterServices
public function getUpahSebenar($norujukan){
$gadai = new Version2Gadai($this->kodcaw,$this->cawangan_info);
$response = $gadai->kiraupahOnePercent($this->kodcaw,$norujukan);
$response = $gadai->kiraupahOnePercent($norujukan);
return $response;
}