diff --git a/app/Http/Controllers/PenebusanController.php b/app/Http/Controllers/PenebusanController.php index 73a5dcf..0e538aa 100644 --- a/app/Http/Controllers/PenebusanController.php +++ b/app/Http/Controllers/PenebusanController.php @@ -518,8 +518,8 @@ class PenebusanController extends Controller 'nilai_marhun' => $array1['n_marhun'], 'tag_permata' => $array1['tag_permata'], 'berat_batu_permata' => $array1['berat_batu_permata'], - 'jenisAT' => $request->jenisAT - 'kuantiti' => $array1['bil'] + 'jenisAT' => $request->jenisAT, + 'kuantiti' => $array1['bil'] ])->json(); } @@ -686,8 +686,8 @@ class PenebusanController extends Controller 'harga' => $array1['harga'], 'tag_permata' => $array1['tag_permata'], 'berat_batu_permata' => $array1['berat_batu_permata'], - 'nilai_marhun' => $array1['n_marhun'] - 'kuantiti' => $array1['bil'] + 'nilai_marhun' => $array1['n_marhun'], + 'kuantiti' => $array1['bil'] ])->json(); } diff --git a/config/redeemoption.php b/config/redeemoption.php index 8ddf12b..6467b1e 100644 --- a/config/redeemoption.php +++ b/config/redeemoption.php @@ -1,7 +1,9 @@ env('ENABLE_TAMBAHPINJAM',1), - 'enable_separuh' => env('ENABLE_SEPARUH',0), - 'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',0) + 'enable_separuh' => env('ENABLE_SEPARUH',1), + 'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',1), + // 'enable_specific_block' => env('ENABLE_BLOCK',0), + 'cawangan_block' => explode(',', env('CAWANGAN_BLOCK', '1STOP,010915,010219,011013,011412,010621,010620,010617,010618')), ]; ?> diff --git a/resources/views/customers/v2/info.blade.php b/resources/views/customers/v2/info.blade.php index 2fe5024..335ae2f 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -157,7 +157,9 @@