Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
fix version

fix version

fix version

fix version
  • Loading branch information
Igor Alekseenko committed Mar 18, 2023
1 parent 3a5b31f commit 5c8c081
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Api/TokenBalanceRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getByCustomerId(int $customerId): TokenBalanceInterface;
public function getByCustomerIdOrEmail(?string $customerId, ?string $customerEmail): ?TokenBalanceInterface;

/**
* Save city landing
* Save token balance entity
*
* @param TokenBalanceInterface $tokenBalance
* @return TokenBalanceInterface
Expand Down
2 changes: 1 addition & 1 deletion Api/TokenHistoryRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getById(int $tokenHistoryId): TokenBalanceHistoryInterface;
public function getByTokenBalanceId(int $tokenBalanceId): TokenBalanceHistoryInterface;

/**
* Save city landing
* Save token history entity
*
* @param TokenBalanceHistoryInterface $tokenHistory
* @return TokenBalanceHistoryInterface
Expand Down
2 changes: 1 addition & 1 deletion Api/TokenOrderRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getByTokenBalanceId(int $tokenBalanceId): TokenOrderInterface;
public function getByIncrementId(string $incrementId): TokenOrderInterface;

/**
* Save city landing
* Save token order entity
*
* @param TokenOrderInterface $tokenOrder
* @return TokenOrderInterface
Expand Down
2 changes: 1 addition & 1 deletion Api/WithdrawRequestRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface WithdrawRequestRepositoryInterface
public function getById(int $requestId): WithdrawRequestInterface;

/**
* Save city landing
* Save withdtaw request entity
*
* @param WithdrawRequestInterface $withdrawRequest
* @return WithdrawRequestInterface
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Tokenbalance/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function execute()
/** @var Page $resultPage */
$resultPage = $this->resultFactory->create($this->resultFactory::TYPE_PAGE);

$resultPage->setActiveMenu('BigBusTours::citylanding');
$resultPage->setActiveMenu('Crypto_MagentoToken::token');
$resultPage->getConfig()->getTitle()->prepend((string) __('Token Balances'));

return $resultPage;
Expand Down
2 changes: 0 additions & 2 deletions Helper/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace Crypto\MagentoToken\Helper;

use Crypto\MagentoToken\Api\Data\CityLandingSearchResultsInterface;
use Crypto\MagentoToken\Model\CityLandingRepository;
use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Store\Model\ScopeInterface;
use Magento\Store\Model\StoreManagerInterface;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"cryptom2/base": "^1.0.0"
"cryptom2/base": "~1.0.1"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 5c8c081

Please sign in to comment.