Opened 5 years ago

Closed 4 years ago

#668 closed defect (fixed)

"Zahlungsauswahl im Warenkorb" erzeugt Fehler

Reported by: t.goetzrath Owned by: d.schmitzer
Priority: blocker Milestone: 4.2
Component: Core Version: 4.1
Keywords: Cc:

Description

Die Option "Zahlungsauswahl im Warenkorb" in Verbindung mit der Option "Paypal Express aktivieren (Button im Warenkorb)" im Modul "Paypal Plus" erzeugt den Fehler:

Array
(
[name] => VALIDATION_ERROR
[details] => Array
(
[0] => Array
(
[field] => payer.payer_info.billing_address
[issue] => The specified country requires a postal code
)

)

[message] => Invalid request - see details
[information_link] => https://developer.paypal.com/docs/api/payments/#errors
[debug_id] => 34ee7c31684d0
[error_description] =>
)

siehe hierzu: https://forum.maennchen1.de/viewtopic.php?f=25&t=9340&start=15

Change History (3)

comment:1 by Roger Rehnelt, 4 years ago

Milestone: 4.14.2

comment:2 by Roger Rehnelt, 4 years ago

Priority: criticalblocker

comment:3 by d.schmitzer, 4 years ago

Resolution: fixed
Status: newclosed

Das wurde schon gelöst.

Ich habe in dem Zuge (weil es bei mir zufällig aufgetreten ist)
die Systemüberprüfung noch erweitert. Wenn die Option "Warenkorbdetails übertragen" aktiv ist, muss für jedes Produkt was im Warenkorb liegt eine Artikelnummer definiert werden, sonst bricht die API auch ab. Zusätzlich hab ich es auch im Modul durch einen "n.A." geändert wenn wirklich keine Nummer angegeben wurde damit es nicht zum Abbruch kommt.

Note: See TracTickets for help on using tickets.