added config for redeemoptions and changes from 'tebus separuh to tebus sebahagian'

This commit is contained in:
Hafifie PKB
2024-04-22 11:14:14 +08:00
parent ad024eb40a
commit 96ca467dd1
9 changed files with 69 additions and 52 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
'enable_tambahpinjam' => env('ENABLE_TAMBAHPINJAM',1),
'enable_separuh' => env('ENABLE_SEPARUH',1),
'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',1)
];
?>