diff --git a/hesabixCore/src/Service/Explore.php b/hesabixCore/src/Service/Explore.php index 6f8a11a..22ff02e 100644 --- a/hesabixCore/src/Service/Explore.php +++ b/hesabixCore/src/Service/Explore.php @@ -533,7 +533,7 @@ class Explore 'smsCharge' => $item->getSmsCharge(), 'shortlinks' => $item->isShortlinks(), 'walletEnabled' => $item->isWalletEnable(), - 'walletMatchBank' => $item->getWalletMatchBank()->getId(), + 'walletMatchBank' => $item->getWalletMatchBank() ? $item->getWalletMatchBank()->getId() : null, 'updateSellPrice' => $item->isCommodityUpdateSellPriceAuto(), 'updateBuyPrice' => $item->isCommodityUpdateBuyPriceAuto(), ];