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
We are currently experiencing an issue with the wallee interface in our Opencart online store. While testing, we have noticed that multiple status updates for payments are being recorded (as seen in image walle_Error.png), resulting in the customer receiving multiple email notifications. This issue of excessive email notification results in our emails ending up in the customer's spam folder and the customer receiving multiple redundant emails.
This problem occurs with all payment methods such as Postfinance, Twint or Visa.
On closer inspection, it appears that wallee's webhook interface is making multiple identical calls indicating that the invoice has been paid multiple times. This in turn leads to multiple entries in our database, resulting in redundant email notifications. (oc_order_history)
A possible solution could be to implement a check to ensure that only unique values are recorded in the database. If the newly submitted value is different from the one already in the database, the entry should be made.
The text was updated successfully, but these errors were encountered:
The error occurs randomly, sometimes yes sometimes no. I have created a csv where you can see that some orders receive the call up to 4 times others only 1 time as it should be.[ oc_order_history.csv
](url)
We are currently experiencing an issue with the wallee interface in our Opencart online store. While testing, we have noticed that multiple status updates for payments are being recorded (as seen in image walle_Error.png), resulting in the customer receiving multiple email notifications. This issue of excessive email notification results in our emails ending up in the customer's spam folder and the customer receiving multiple redundant emails.
This problem occurs with all payment methods such as Postfinance, Twint or Visa.
On closer inspection, it appears that wallee's webhook interface is making multiple identical calls indicating that the invoice has been paid multiple times. This in turn leads to multiple entries in our database, resulting in redundant email notifications. (oc_order_history)
A possible solution could be to implement a check to ensure that only unique values are recorded in the database. If the newly submitted value is different from the one already in the database, the entry should be made.
The text was updated successfully, but these errors were encountered: