wallet_country
This commit is contained in:
@@ -372,7 +372,7 @@ class WrenchWallet extends BaseController
|
||||
|
||||
$retArr=[];
|
||||
foreach ( $auxWallet as $item){
|
||||
if ( in_array( $item['owner_country'], $wallet_country) ){
|
||||
if ( in_array( $item['owner_country'], $item['wallet_country']) ){
|
||||
log_message('critical', "***** ***** auxiliaryWallets::ITEM ". serialize($item));
|
||||
$retArr[] =$item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user