Skip to content

Commit

Permalink
NTR: fix broken trait namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Sep 28, 2023
1 parent fd68ea9 commit a51bdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facade/MolliePaymentDoPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
use Kiener\MolliePayments\Service\UpdateOrderCustomFields;
use Kiener\MolliePayments\Struct\MolliePaymentPrepareData;
use Kiener\MolliePayments\Struct\Order\OrderAttributes;
use Kiener\MolliePayments\Traits\StringTrait;
use Mollie\Api\Exceptions\ApiException;
use Mollie\Api\Resources\OrderLine;
use MolliePayments\Tests\Traits\StringTrait;
use Psr\Log\LoggerInterface;
use Shopware\Core\Checkout\Order\OrderEntity;
use Shopware\Core\Checkout\Payment\Cart\AsyncPaymentTransactionStruct;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace MolliePayments\Tests\Traits;
namespace Kiener\MolliePayments\Traits;


trait StringTrait
{
Expand Down

0 comments on commit a51bdf9

Please sign in to comment.