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