Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBortov committed Apr 15, 2024
1 parent 42111d7 commit d36dcd5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Controller/Multishipping/Start.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
\Magento\Framework\View\Result\PageFactory $resultPageFactory,
\Tun2U\VivaPayments\Model\PaymentMethod $paymentMethod,
\Magento\Framework\Session\SessionManagerInterface $session,
\Magento\Sales\Api\OrderRepositoryInterface $orderRepository,
\Magento\Sales\Api\OrderRepositoryInterface $orderRepository
) {
$this->_checkoutSession = $checkoutSession;
$this->_resultPageFactory = $resultPageFactory;
Expand Down
1 change: 0 additions & 1 deletion Controller/Viva/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Magento\Framework\App\CsrfAwareActionInterface;
use Magento\Framework\App\Request\InvalidRequestException;
use Magento\Framework\App\RequestInterface;
use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Framework\App\Action\Action as AppAction;
use Exception;

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*** Viva Wallet Smart Checkout Changelog ***

2024-04-15 - version 1.0.1
* fix DI for Tun2U/VivaPayments/Controller/Multishipping/Start.php
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tun2u/m2-module-vivapayments",
"description": "Magento 2 VivaPayments Module",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"minimum-stability": "stable",
"license": "proprietary",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @category Tun2U
* @package Tun2U_KlaviyoAddons
* @package Tun2U_VivaPayments
* @author Tun2U Team <[email protected]>
* @copyright Copyright (c) 2022 Tun2U (https://www.tun2u.com)
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License (GPL 3.0)
Expand Down

0 comments on commit d36dcd5

Please sign in to comment.