PayPal 6.0.1 – Express Checkout Fehler

@Michael_Telgmann

Expected an order id to be passed↵@https://www.paypal.com/smart/buttons?style.label=checkout&style.layout=vertical&style.color=gold&style.sh

Gerade etwas ratlos, wie es zu dem Fehler kommt. 5.5.3 mit PayPal 6.0.1

In der createOrder XHR ist eine korrekte ordernumber drin.

Es geht um die Express Checkout Buttons.

Hallo @Max_Shop

kannst du dir mal die Log-Files von dem PayPal Plugin anschauen? Evtl. sieht man dort mehr.

Viele Grüße aus Schöppingen
Michael Telgmann

Ich sehe kein PayPal log, nur core, plugin und Amazon. Wo kann ich den Log noch einmal aktivieren? Danke für die Hilfe.

das sollte unter plugin zu sehen sein

1 „Gefällt mir“

Nein, dort ist nichts zu finden. Das kommt aus dem Browser:

[Warning] click_initiate_payment_reject (buttons, line 1492)
Object
buttonCorrelationID: „xxx“
buttonSessionID: „xxx“
clientID: „xxx“
env: „production“
err: „Expected an order id to be passed↵@https://www.paypal.com/smart/buttons?style.label=checkout&style.layout=vertical&style.color=gold&style.sh…
referer: „www.paypal.com
sdkCorrelationID: „xxx“
sessionID: „xxx“
time: „1673607124747“
timestamp: „1673607124747“
token: null
user_id: „xxx“

Die DebugLogs kannst du aktivieren in dem du in der config.php folgendes Snippet einfügst:

'logger' => [
    'level' => \Shopware\Components\Logger::DEBUG,
],

Kannst du evtl. einmal genau beschreiben (Vllt. ein Video) was genau du machst und wie der Fehler zustande kommt.

Vorher das ganze einmal mit dem Shopware std. Theme und deaktivierten Drittanbieter Plugins testen.

Einfach um auszuschließen das es nicht am Theme oder anderen Plugins liegt.