-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wallee_transactions.state is regularly out of sync #2
Comments
Hello, were you able to find a solution to this issue? |
No, we raised a support ticket on Aug 6 ([email protected]) since no one seems to feel responsible for the issues raised here. We found the following two reasons:
|
I am in contact with 3 business partners, and we all have the daily problem of having to create orders manually. This means daily manual checking of all orders and transactions. Most of them use the Postfinance plugin. But it's technically the same. I hope there will be an improvement in the near future; otherwise we will look for another solution. |
Yeah, not sure how wallee weights «business impact» in their prioritisation of reported issues. We're currently evaluating writing our own payment plugin which would allow us to switch back to Datatrans. Their backend is old school, but works. Let me know if you're interested. |
We still use datatrans at our live shop and it works perfectly. Even with the option "payment before order creation". It works absolutely great. Unfortunately, the plugin is no longer being developed, which we find extremely unfortunate. |
Yes, we very likely used the same plugin but had to update due to bugfixes and security updates we urgently needed. |
Hi there,
We use
wallee-payment/[email protected]
in two shops and about every 2nd day we have at least one transaction where thewallee_transactions.state
is not synchronised with the transaction, althoughapp-wallee.com
's webhook log is claiming that all webhooks were executed successfully and received aHTTP/200
.Manually re-triggering the webhook usually updates the state successfully. If this happened once a month, I wouldn't mind, but every other day seems a bit much to us.
Not sure what causes the issue, since the webhook endpoint seems to work in general. Not having spent a lot of time analyzing your code:
wallee-payment/jtl-5
returns the webhook before it confirms that wallee_transactions.state has been successfully updated to the new state?app-wallee.com
just validate itsHTTP/200
status or also its response body? (e.g. potential issues with unintended redirects by other plugins, htaccess etc.)Any ideas?
Happy to provide further information.
The text was updated successfully, but these errors were encountered: