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
Describe the bug
When an order is made, sometimes the shop does not process the transaction further, we only see a loading animation. When this happens we see that the function "ajaxDoPayment" results in an error where the OrderID creates a mysql-error. When this happens the Customer-Data is altered by adyen. The username and also his addresses are completely different, it seems as there were different data loaded from another shop-system or Adyen customer. If this is true and these data are not some kind of random Userdata or testdata, this will also be a security issue, as i now have the customer data of someone elses shop-system.
Expected behavior
The order gets processed without an error and the customer data is not altered.
Desktop (please complete the following information):
OS: OSX
Browser Chrome
Version 88
Additional context
Shopversion: 5.6.9
Pluginversion: 1.6.0 (from Shopware Store)
Plugin is running in Test-Mode.
Error Message:
Oeps! Er is een fout opgetreden!
De hiernavolgende informatie helpt u wellicht verder.
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '701' for key 'orderID' in engine/Library/Zend/Db/Statement/Pdo.php on line 224
Sadly not really, all what happens is that i get an error when i try to get to the Payment Page of the selected Adyen Payment, i had this with multiple (ideal) Payments like Test Issuer 5 etc.
I dont get to the proper Payment page as the Shop is stuck with that loading animation in the frontend, while showing the added error in the browsers console.
So i can select i.e. Ideal > Test Issuer 5 as payment method, then i want to go to the last step, where i get redirected to the adyen payment page, but before getting there the error happens.
@acampos1916 i think i could rule out the problem here now. The hint was the duplicate entry, there were some Data from Testings and i guess from imports, the data was in the order_billingaddress and was then added to the current orderid. I do not really know why the orderid was reset, but it explains Userdata appearing out of nowhere. So i tested after cleaning the Tables and could not yet see this particular Problem again, also the duplicate error Message in general should be gone away too now.
Describe the bug
When an order is made, sometimes the shop does not process the transaction further, we only see a loading animation. When this happens we see that the function "ajaxDoPayment" results in an error where the OrderID creates a mysql-error. When this happens the Customer-Data is altered by adyen. The username and also his addresses are completely different, it seems as there were different data loaded from another shop-system or Adyen customer. If this is true and these data are not some kind of random Userdata or testdata, this will also be a security issue, as i now have the customer data of someone elses shop-system.
Expected behavior
The order gets processed without an error and the customer data is not altered.
Desktop (please complete the following information):
Additional context
Shopversion: 5.6.9
Pluginversion: 1.6.0 (from Shopware Store)
Plugin is running in Test-Mode.
Error Message:
The text was updated successfully, but these errors were encountered: