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
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
The text was updated successfully, but these errors were encountered:
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.
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.
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' AFTERgrand_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
The text was updated successfully, but these errors were encountered: