Opened 7 years ago
Closed 7 years ago
#666 closed defect (fixed)
PLZ-Abfrage bei aktiviertem Paypal-Modul
| Reported by: | t.goetzrath | Owned by: | d.schmitzer |
|---|---|---|---|
| Priority: | blocker | Milestone: | 4.2 |
| Component: | Core | Version: | 4.1 |
| Keywords: | Cc: |
Description
Wenn das Modul Paypal aktiv ist, muss im Checkout1 die PLZ des Kunden eingetragen sein. Hierfür muss, unabhängig der Pflichtfeldprüfung, eine zusätzliche Prüfung integriert werden, da es sonst im Checkout2 folgenden Fehler wirft:
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] => f20225b2a59a1
[error_description] =>
)
Attachments (1)
Change History (4)
comment:1 by , 7 years ago
| Milestone: | 4.1 → 4.2 |
|---|---|
| Priority: | critical → blocker |
comment:2 by , 7 years ago
by , 7 years ago
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |


Im Forum gibt es auch einen langen Thread. Heute kam noch diese Fehlermeldung (die auch im selben Thread im März bereits gemeldet wurde):
Array ( [name] => VALIDATION_ERROR [details] => Array ( [0] => Array ( [field] => transactions[0].amount.currency [issue] => Required field missing ) [1] => Array ( [field] => transactions[0].amount.total [issue] => Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code ) ) [message] => Invalid request - see details [information_link] => https://developer.paypal.com/docs/api/payments/#errors [debug_id] => 9c32bbd345297 )siehe: https://forum.maennchen1.de/viewtopic.php?f=24&t=9507