fix kbelud imbang duga

This commit is contained in:
hafifierahman
2021-09-04 21:43:56 +08:00
parent 83b2c4971c
commit 0ea8b2912e
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -928,6 +928,9 @@ class TebusController extends Controller
$total = $keuntungansebelumtawarruq + $keuntungan;
if($kodcaw === '011232')
$total += 623.5;
return response()->json($total,200);
}