Opened 5 years ago
Closed 4 years ago
#675 closed defect (fixed)
Paypal Fehler durch leere Warenkorb
Reported by: | t.goetzrath | Owned by: | d.schmitzer |
---|---|---|---|
Priority: | blocker | Milestone: | 4.1 |
Component: | Core | Version: | 4.1 |
Keywords: | Cc: |
Description
Nach dem Druck auf "zahlungspflichtig bestellen" erscheint die Seite mit dem Paypal Logo um dort zu bezahlen.
Allerdings ist da dann schon der Warenkorb leer, womit kein Betrag mehr vorhanden ist. Bei Betätigung des Paypal-Logos erscheint die Meldung: "Paypal Fehler, bitte Shop Betreiber kontaktieren".
Array
(
[name] => VALIDATION_ERROR
[details] => Array
(
[0] => 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
)
[1] => Array
(
[field] => transactions[0].amount.currency
[issue] => Required field missing
)
)
siehe hierfür: https://forum.maennchen1.de/viewtopic.php?f=24&t=9507&start=15
Also das Problem im Forum ist ja geklärt und ich konnte auch bis zur Zahlung testen. (Normales PayPal Modul, Zahlung ging durch, Rückantwort wird auch gehen hab ich aber nicht testen können da nur lokal)