extra actions
This commit is contained in:
@@ -241,6 +241,12 @@ class WrenchWallet extends BaseController
|
||||
}
|
||||
}
|
||||
|
||||
if ( is_array($out) && isset($out['result_list'])){
|
||||
foreach ($out['result_list'] as $index=>$item){
|
||||
$out['result_list'][$index]['extra_actions'] = ['common soon '];
|
||||
}
|
||||
}
|
||||
|
||||
if ( count($out["result_list"])> 0 ){
|
||||
$owner_country = $out["result_list"][0]['owner_country'];
|
||||
// $wallet_country = $first_names = array_column($owner_country , 'country');;
|
||||
|
||||
Reference in New Issue
Block a user