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
+2 -2
View File
@@ -59,9 +59,9 @@ class Tawarruq extends MasterServices
/* Start Penebusan */
public function tebusTawarruq($kodcaw,$norujukan){
public function tebusTawarruq($kodcaw,$norujukan,$jeniskeuntungan){
$tebus = new Penebusan($this->kodcaw,$this->cawangan_info);
$response = $tebus->hargaTebusTawarruq($this->kodcaw,$norujukan);
$response = $tebus->tebusTawarruq($this->kodcaw,$norujukan);
return $response;
}