bug fix in Explore business
This commit is contained in:
parent
2ac59fa0c7
commit
73344b2c75
|
@ -533,7 +533,7 @@ class Explore
|
||||||
'smsCharge' => $item->getSmsCharge(),
|
'smsCharge' => $item->getSmsCharge(),
|
||||||
'shortlinks' => $item->isShortlinks(),
|
'shortlinks' => $item->isShortlinks(),
|
||||||
'walletEnabled' => $item->isWalletEnable(),
|
'walletEnabled' => $item->isWalletEnable(),
|
||||||
'walletMatchBank' => $item->getWalletMatchBank()->getId(),
|
'walletMatchBank' => $item->getWalletMatchBank() ? $item->getWalletMatchBank()->getId() : null,
|
||||||
'updateSellPrice' => $item->isCommodityUpdateSellPriceAuto(),
|
'updateSellPrice' => $item->isCommodityUpdateSellPriceAuto(),
|
||||||
'updateBuyPrice' => $item->isCommodityUpdateBuyPriceAuto(),
|
'updateBuyPrice' => $item->isCommodityUpdateBuyPriceAuto(),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue