From b9691f2deaa5c780fe2fadd11d1d80076eff2b6d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 30 Oct 2024 16:42:07 -0400 Subject: [PATCH] extra wallet --- www-api/app/Controllers/WrenchWallet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index d1607511..05d486ba 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -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; }