$this->show_extra_wallet
This commit is contained in:
@@ -268,9 +268,9 @@ class WrenchWallet extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($previous_wallet){
|
if ($previous_wallet ){
|
||||||
foreach ($out['result_list'] as $index=>$item){
|
foreach ($out['result_list'] as $index=>$item){
|
||||||
if ($item['code']=='USD'){
|
if ($item['code']=='USD' && $this->show_extra_wallet == 1 ){
|
||||||
$out['result_list'][$index]['extra_actions'] =
|
$out['result_list'][$index]['extra_actions'] =
|
||||||
[
|
[
|
||||||
'ADD_VIRTUAL_CARD' => $this->wrenchWalletModel->addVirtualCardWallet()
|
'ADD_VIRTUAL_CARD' => $this->wrenchWalletModel->addVirtualCardWallet()
|
||||||
|
|||||||
Reference in New Issue
Block a user