Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.1
-
Component/s: None
-
Labels:None
Description
PayPal makes an IPN call, and nothing is written to the gateway log, and no transaction is created.
Here's an example from the error log:
[2018-11-16 18:54:32] general.ERROR: exception 'PDOException' with message 'SQLSTATE[HY000]: General
error: 1366 Incorrect string value: '\xDC";s:6...' for column 'data' at row 1' in...
Looks like the post data from paypal should be utf8 encoded.