wallet bug
This commit is contained in:
@@ -232,7 +232,7 @@ class WrenchWallet extends BaseController
|
|||||||
$this->saveCache($endpoint,$out,1500);
|
$this->saveCache($endpoint,$out,1500);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( count($out["result_list"][])> 0 ){
|
if ( count($out["result_list"])> 0 ){
|
||||||
$owner_country = $out["result_list"][0]['owner_country'];
|
$owner_country = $out["result_list"][0]['owner_country'];
|
||||||
$wallet_country = $first_names = array_column($owner_country , 'country');;
|
$wallet_country = $first_names = array_column($owner_country , 'country');;
|
||||||
$auxWallet = $this->auxiliaryWallets($wallet_country);
|
$auxWallet = $this->auxiliaryWallets($wallet_country);
|
||||||
|
|||||||
Reference in New Issue
Block a user