|
@@ -120,6 +120,7 @@ class WithdrawController extends Crud
|
|
|
'account_holder' => $v['account_holder'],
|
|
'account_holder' => $v['account_holder'],
|
|
|
'card_number' => $v['card_number'],
|
|
'card_number' => $v['card_number'],
|
|
|
'status' => $v['status'],
|
|
'status' => $v['status'],
|
|
|
|
|
+ 'new_state' => $v['new_state'],
|
|
|
'created_at' => $v['created_at'],
|
|
'created_at' => $v['created_at'],
|
|
|
'type' => $v['type'],
|
|
'type' => $v['type'],
|
|
|
|
|
|