masuk balik ansuran sag lama

This commit is contained in:
Hafifie PKB
2023-12-30 23:48:17 +08:00
parent bc8f9a14e9
commit d4492cf565
2 changed files with 9 additions and 4 deletions
+1 -3
View File
@@ -4,7 +4,6 @@ namespace App\Support;
use App\Cawangan;
use App\Services\MasterServices;
use App\Services\Request;
use App\Support\v2\Calculation;
use Illuminate\Http\Request as HttpRequest;
use App\Support\v2\GadaiV2 as Version2Gadai;
@@ -166,7 +165,6 @@ class OnePercent extends MasterServices
}
function rebetselepastawarruq($kodcaw,$norujukan){
dd('tes');
$tebus = new Penebusan($this->kodcaw,$this->cawangan_info);
$response = $tebus->rebetselepastawarruq($this->kodcaw,$norujukan);
@@ -206,4 +204,4 @@ class OnePercent extends MasterServices
public function test(){
echo 'onepercent';
}
}
}