added test for tebus AT and P and added P

This commit is contained in:
hafifierahman
2024-11-25 01:31:05 +08:00
parent 3f4d0412df
commit 51aaa20078
9 changed files with 407 additions and 103 deletions
+7
View File
@@ -186,6 +186,13 @@ class OnePercent extends MasterServices
return $response;
}
public function tebusUpdateTambahPinjaman($kodcaw,$norujukan,HttpRequest $request){
$tebus = new Penebusan($this->kodcaw,$this->cawangan_info);
$response = $tebus->transaksiTambahPembiayaan($this->kodcaw,$norujukan,$request);
return $response;
}
public function kiraupahUjrahOnePercent($kodcaw,$norujukan){
$tebus = new Penebusan($this->kodcaw,$this->cawangan_info);
$response = $tebus->kiraupahUjrahOnePercent($this->kodcaw,$norujukan);