File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212use OxidEsales \Eshop \Core \DisplayError ;
1313use OxidEsales \Eshop \Core \Exception \StandardException ;
1414use OxidEsales \Eshop \Core \Registry ;
15- use OxidEsales \EshopCommunity \modules \osc \paypal \src \Core \PayPalPurchaseUnitsFactory ;
1615use OxidSolutionCatalysts \PayPal \Core \Constants ;
16+ use OxidSolutionCatalysts \PayPal \Core \PayPalPurchaseUnitsFactory ;
1717use OxidSolutionCatalysts \PayPal \Core \PayPalDefinitions ;
1818use OxidSolutionCatalysts \PayPal \Core \PayPalSession ;
1919use 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
Original file line number Diff line number Diff line change 77
88declare (strict_types=1 );
99
10- namespace OxidEsales \ EshopCommunity \ modules \ osc \ paypal \ src \Core ;
10+ namespace OxidSolutionCatalysts \ PayPal \Core ;
1111
1212use OxidEsales \Eshop \Core \Registry ;
1313use OxidSolutionCatalysts \PayPal \Controller \PaymentController ;
You can’t perform that action at this time.
0 commit comments