-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Can't checkout with Braintree on Magento 2.1 #5462
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
Comments
If you enable cash on delivery do you also get this error? I am on Magento 2.1 but I get this error on all payment options |
@hoanglan87, could you attach debug log? Also, do you have any errors in browser console? Is fresh Magento installation or upgrade from some previous release? |
Without any logs, we haven't ability to find the reason of your problem. |
@hoanglan87 Hi, do you mind enable the paypal debug mode and check the webroot/var/log/debug.log file. My case is the invoice ID is always 000000001 when sending checkout data through paypal API. Just want to make sure I'm not alone. |
@Nerogee Paypal works for me, no issue with it. |
hi there,
IMPORTANT: cash on delivery works as expected Debugging; with regard to points 2) and 3) nothing appears in the Firebug's Error Console. Magento ver. 2.1.0 thanks, |
hi there, thanks |
I have the same problem and it is when the user is login. |
I also encountered similar problems. |
hi @ttkien175 , that worked for us and fixed the issue. |
hi @romeof1980 thank you so much. :) :) |
Hi there, I also encountered similar problems before and root cause is when i try to create new store by script php and sales_sequence_* table is not update after run reindex. You can fix by trigger event store_edit when create store by script. Hope this is helpful for some guys like me before. |
Fixed Issues: - MC-31349: Customer file uploader update - MC-30998: Incorrect flow of saving Newsletter templates - MC-32189: Improve validation of secret keys
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: