You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
since using the PayOne Module we are having a few credit card transactions which do not create a corresponding order.
With most of the transactions completing successfully, a few transactions seem to be completed by PayOne but failed to create an order in the shop system. In the corresponding table ps_fcpayonetransactions this shows with the id_order field being "0" instead of being a real prestashop order ID.
This behavior is especially painful as it is hardly possible to notice anything from the back office. Only if the customer complains, we are able to detect this completed payment without any order. For now, we are regularly checking the database table manually for empty id_order in ps_fcpayonetransactions. However, this is very unsatisfying.
If you have any questions, please contact me. I would be happy to contribute to a better module and solving this misbehavior as best as I can.