Skip to content

Commit

Permalink
Moved QueryResult to Query namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Jan 17, 2024
1 parent cf4d765 commit 5a56967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

namespace PrestaShop\Module\PrestashopCheckout\PayPal\Order\QueryResult;
namespace PrestaShop\Module\PrestashopCheckout\PayPal\Order\Query;

class GetPayPalOrderQueryResult
{
Expand Down
3 changes: 1 addition & 2 deletions src/PayPal/Order/QueryHandler/GetPayPalOrderQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@

namespace PrestaShop\Module\PrestashopCheckout\PayPal\Order\QueryHandler;

use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Query\GetPayPalOrderForOrderConfirmationQuery;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Query\GetPayPalOrderQuery;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\QueryResult\GetPayPalOrderQueryResult;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Query\GetPayPalOrderQueryResult;
use PrestaShop\Module\PrestashopCheckout\Repository\PsCheckoutCartRepository;
use Psr\SimpleCache\CacheInterface;
use Psr\SimpleCache\InvalidArgumentException;
Expand Down

0 comments on commit 5a56967

Please sign in to comment.