Hallo zusammen,
ich suche gerade in einem SW6-Shop(6.5.8) mit aktuellem Paypal-Plugin die Einstellung das Debugging zu aktivieren. Oder wird das automatisch immer im Shopware-Log mit aufgeführt und es gibt nicht mehr Info? Ein paar Meldungen finde ich dort.
Bei uns gehen derzeit alle Paypal-Zahlungen schief. Es werden verschiedene Fehlerbilder in der Shopware-Log-Datei angezeigt.
Bei normaler Paypal Zahlung: In diesem Fall wurde sogar der Auftrag in Shopware angelegt.
[2024-08-20T20:31:11.499148+00:00] paypal.ERROR: Client error: `GET https://api-m.paypal.com/v2/checkout/orders/485129649J2497618` resulted in a `404 Not Found` response: {"name":"RESOURCE_NOT_FOUND","details":[{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exi (truncated...) The specified resource does not exist. Specified resource ID does not exist. Please check the resource ID and try again. INVALID_RESOURCE_ID {"error":{"name":"RESOURCE_NOT_FOUND","details":[{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"b9a171f39283c","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]},"headers":{"Paypal-Debug-Id":["b9a171f39283c"],"PayPal-Request-Id":[],"Date":["Tue, 20 Aug 2024 20:31:11 GMT"]},"data":{"headers":[]}} {"client":"Swag\\PayPal\\RestApi\\Client\\PayPalClient->sendGetRequest","resource":"Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource->get","file":"/html/shopware/custom/plugins/SwagPayPal/src/Checkout/Payment/MessageQueue/TransactionStatusSyncMessageHandler.php","line":77,"class":"Swag\\PayPal\\Checkout\\Payment\\MessageQueue\\TransactionStatusSyncMessageHandler","function":"__invoke"}
Bei Paypal Kreditkarte: Kein Einzelfall, weil einer den ID-Check nicht blickt…
[2024-08-20T09:02:21.990796+00:00] paypal.ERROR: The asynchronous payment finalize was interrupted due to the following error: Credit card validation failed, 3D secure was not validated. [] {"controller":"Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController->finalizeTransaction","file":"/html/shopware/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/ACDCHandler.php","line":136,"class":"Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler","function":"finalize"}
Dann noch dieser Eintrag mit dem ich überhaupt nix anfangen kann. Was hat Shipping mit Paypal zu tun?
[2024-08-20T06:59:08.935224+00:00] php.CRITICAL: Uncaught Error: Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber::__construct(): Argument #1 ($bus) must be of type Symfony\Component\Messenger\MessageBusInterface, Swag\PayPal\Checkout\Order\Shipping\Service\ShippingService given, called in /html/shopware/var/cache/prod_h5158f3a635af1c1468c743a32ed1e7f4/ContainerMupxkfu/Shopware_Core_KernelProdContainer.php on line 39866 {"exception":"[object] (TypeError(code: 0): Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber::__construct(): Argument #1 ($bus) must be of type Symfony\\Component\\Messenger\\MessageBusInterface, Swag\\PayPal\\Checkout\\Order\\Shipping\\Service\\ShippingService given, called in /html/shopware/var/cache/prod_h5158f3a635af1c1468c743a32ed1e7f4/ContainerMupxkfu/Shopware_Core_KernelProdContainer.php on line 39866 at /html/shopware/custom/plugins/SwagPayPal/src/Checkout/Order/Shipping/ShippingSubscriber.php:28)"} []
Stehe hier echt vor einem Rätsel wie wir das wieder hinkriegen.
Grüße
namtscho