Bug #8699
closed
[J4] payment_fee database column failing to store during notification storage
Added by krileon about 3 years ago.
Updated almost 3 years ago.
Start date:
07 September 2021
Probably an empty string is attempting to be stored to payment_fee, which is a decimal column so that behavior isn't allowed in strict SQL mode.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Looks like Paypal sent him a non-decimal value in `payment_fee` !
As `payment_fee` and `payment_gross` are not used in CB nor in any gateway (they are unused duplicates of `mc_fee` and `mc_gross`), I have simply removed them in
commit 1a5b917842ba793afa88f1ec1c53d91ff927bdde
I asked for the notification in the forum thread to check if other fields have similar issues.
The second issue of the thread is probably #8701, sovled in its commit 79d2edc53eeb3b175f53213b6b19b3314816a49e
- Status changed from Resolved to Closed
Also available in: Atom
PDF