-
Notifications
You must be signed in to change notification settings - Fork 33
400 Bad Request on purchase #15
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
Can you first make sure you are using the latest version of the plugin. If that's the case, then i think it may be the same problem. According to the issue, it will be fixed in magento 2.1.3 |
I will run an upgrade and see if that make some difference. As far as I know I use the latest version of the plugin. Also I do not use table prefixing. Only thing I can think of could be that I used a module to export products and categories from the old Magento 1.9 into the new Magento 2. Waiting for Magento 2.1.3 is not really an option. We need a pay solution now. |
I experienced the exact same error in Magento 2.1.1 installation. After going through the Magento logs, the module was found to have a conflict with another module. Now I can not find the exact reason anymore, this was a few weeks back and I have not kept the logs. It was a database-related error. The Crome dev tools console has not helped me to trace the problem. Magento logs did. Perhaps it is a good idea to check your Magento logs. And maybe you can disable third-party modules one by one, to see if there is a conflict with another module. |
@6Ways Thanks for the suggestion. Any idea which module it was? I did not install so many modules. Since the error line mentioned something "dutch" in it, could it perhaps be caused by a language module installed? |
I un-installed al modules which were installed and tried over and over again but without any success. The database seems to be ok. Also in the log-files I do not notice any strange things related to this. Any ideas how to troubleshoot this further? |
Hello, here is temporary fix for this issue i had the same issue and it was fixed using it: 1 - First please make backup of the database, 2 - Remove database tables prefix for all tables, 3 - Update table "sales_sequence_meta" remove the prefix from column "sequence_table",
4 - update your app/etc/env.php and you are done. Hope this help as temporary fix till the official. |
No this is not a solution. I went through all these steps before and all these settings were good. I dropped a comment also in magento/magento2#6929 which seems to be related to the problem. Any other suggestions are welcome! |
I don't use any prefixes and I also have the same issue. I must say for a payment service provider this is not good support. Payments are crucial for a webshop and waiting for 6 days to get a solution is not how it supposed to be. |
@hocomadvies |
@andypieters Unfortunately, yes its throwing the same error! So its not (just) a error thrown by the pay.nl module I guess. In the topic mentioned above which seems to be related are many users having the same problem. Seems to be a Magento2 bug. |
You meant, Magento2 seems to be a bug @hocomadvies |
Its a complete nightmare. Have never experienced such a dramatic project before. ;) |
Lets complain more on the magento topic @hocomadvies . Everyone is talking kindly to magento but they don't deserve a kind treatment. |
@hocomadvies ik heb het probleem aan onze kant gevonden. Bij ons had het te maken dat de mailserver het niet deed en daardoor de order niet door ging. Daar heeft magento een stomme blokkade opzitten zoals het blijkt. |
Good for you you found a solution. |
Ouch sorry, was to early to report this. It is not working. Sorry @hocomadvies |
Add option to hide payment options when defualt is selected.
Uh oh!
There was an error while loading. Please reload this page.
Magento 2.1.2
Pay.nl module installed and activated:
api-token and service-id are filled in correct.
Then when an customer tries to pay an ordered product in the checkout nothing happens.
the debug of the page shows:
http:/domain.nl/rest/dutch/V1/cards/mine/payment-information 400 Bad request
Is this the same error as described here: magento/magento2#5902?
Please provide a solution a.s.p. thanks.
The text was updated successfully, but these errors were encountered: