extra wallet
This commit is contained in:
@@ -322,7 +322,7 @@ class WrenchWallet extends BaseController
|
|||||||
|
|
||||||
$retArr=[];
|
$retArr=[];
|
||||||
foreach ( $auxWallet as $item){
|
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));
|
log_message('critical', "***** ***** auxiliaryWallets::ITEM ". serialize($item));
|
||||||
$retArr[] =$item;
|
$retArr[] =$item;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user