Opened 5 years ago

Closed 4 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)

2019-09-04 07_16_53-Konfiguration ‹ wpShopGermany4 Testumgebung — WordPress.png (12.5 KB ) - added by d.schmitzer 4 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Roger Rehnelt, 4 years ago

Milestone: 4.14.2
Priority: criticalblocker

comment:2 by Roger Rehnelt, 4 years ago

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

comment:3 by d.schmitzer, 4 years ago

Resolution: fixed
Status: newclosed

Ich habe die Systemüberprüfung entsprechend erweitert


Ich denk das Problem bei ihm ist der Währungscode, ich verfolge das im Forum weiter.

Note: See TracTickets for help on using tickets.