Skip to content

Unable to place Order when logged in , Magento 2.1 v after commits #6053

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

Closed
nmallepally opened this issue Aug 8, 2016 · 3 comments
Closed
Assignees

Comments

@nmallepally
Copy link

Upgraded 2.0.7 to 2.1
invoice error and paypal error - unable to pay
Did - ALTER TABLE sales_invoice_grid
ADD COLUMN base_grand_total DECIMAL(12,4) NULL DEFAULT NULL COMMENT 'Base Grand Total' AFTER grand_total;

Fixed Invoice
PayPal Error - continues
then did changes from these commits - 65f263b, 7f5b644, 4173292, b110260, 0fff31d, 93402f5
Resolves Issue with paypal for payment action - Sale, authorization on Live paypal
Order - Does not work on Live paypal.
Sandbox - Authorization work but sale and order does not work.
But Main error comes up when a particular customer tries to order, the error shows up as unable to place order - irrespective of payment methods - paypal, cashondelivery,Authipay
Attaching images for reference
Image 1
image 2
Image 3

@andimov
Copy link
Contributor

andimov commented Aug 9, 2016

@nmallepally
Thank you for reporting!
To allow us to research all issues, please, provide description according to the Issue reporting guidelines

@nmallepally
Copy link
Author

Magento 2.0.4 C.E installed
Updated to 2.0.7 C.E via Web Setup Wizard
Errors with paypal and translation Issues
Updated to 2.1 CE via composer
Invoice Error
Payment Errors - Unable to pay
Ran SQL query ALTER TABLE sales_invoice_grid
Fixed Invoice Error
Did Commits for paypal changes
Unable to pay Error on payment methods on Sandbox
Works on Live for paypal - sale and authorization action
Does not work Paypal - Order action
Gives Duplicate invoice Error/Paypal Error on a single customer when Logged in (same error occurred in 2.0.7 to different customer) does a payment.
Customer is able to order as guest but gives error when logged in after doing multiple Live test payments as Guest.

Steps to Reproduce
Update to 2.1 from 2.0.7 from composer
Do ALTER TABLE sales_invoice_grid Query
Enable Sandbox and try Payments
Then Enable live paypal and do Payments as user guest and logged in
Payment action as order , authorization - gives Error when guest
Do commits
Error with Paypal Order payment action
Do payments when same user logged in , gives error with any payment method.
Unable to Pay.

@alena-marchenko
Copy link

Hi @nmallepally

MAGETWO-54412 internal ticket is creating regarding this issue.
Closing this issue as duplicate of #4580
Feel free to create new one if you experience other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants