Skip to content

Commit ace24c3

Browse files
author
Daniil Tkachev
committed
PSPAYPAL-1021 Fix namespace
1 parent 418f4e8 commit ace24c3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/Controller/OrderController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
use OxidEsales\Eshop\Core\DisplayError;
1313
use OxidEsales\Eshop\Core\Exception\StandardException;
1414
use OxidEsales\Eshop\Core\Registry;
15-
use OxidEsales\EshopCommunity\modules\osc\paypal\src\Core\PayPalPurchaseUnitsFactory;
1615
use OxidSolutionCatalysts\PayPal\Core\Constants;
16+
use OxidSolutionCatalysts\PayPal\Core\PayPalPurchaseUnitsFactory;
1717
use OxidSolutionCatalysts\PayPal\Core\PayPalDefinitions;
1818
use OxidSolutionCatalysts\PayPal\Core\PayPalSession;
1919
use OxidSolutionCatalysts\PayPal\Core\ServiceFactory;
@@ -483,7 +483,8 @@ public function captureApplePayOrder()
483483

484484
$this->outputJson($result);
485485
}
486-
public function finalizeApplePay(): string
486+
487+
public function finalizeapplepay(): string
487488
{
488489
$sessionOrderId = Registry::getSession()->getVariable('Sessionapplepay');
489490
$sessionGooglePayOrderId = Registry::getSession()->getVariable('applepayOrderId'); // paypal-checkout-session

src/Core/PayPalPurchaseUnitsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
declare(strict_types=1);
99

10-
namespace OxidEsales\EshopCommunity\modules\osc\paypal\src\Core;
10+
namespace OxidSolutionCatalysts\PayPal\Core;
1111

1212
use OxidEsales\Eshop\Core\Registry;
1313
use OxidSolutionCatalysts\PayPal\Controller\PaymentController;

0 commit comments

Comments
 (0)