-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
SI: Orders Paid with Authorize.net Missing Shipping Address After Invalid Payment Details #160
Comments
At first, I thought I was able to reproduce this behavior, but I'm unable to at this time. Putting this issue on hold for now. |
This issue could potentially be caused when a website is under higher volume loads of concurrent visitors. |
Closing since we can't reproduce this. |
This appears to potentially be an issue where subsequent payments after error follow a different workflow through the payment code. In this instance, line items are not added to the transaction logic, which always marks these specific transactions as non-shipping. As a result, the shipping details are potentially never sent as part of the payment verification. The lack of line items will always return "true" for "IsNonShipping." |
This has been confirmed to be resolved in the pending 03.02.02 release. |
Describe the bug
Orders placed that first fail with an address not matching the credit card are missing the shipping information in the order manager after the order is successfully placed.
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The order is placed. The customer sees and receives an e-mailed receipt. The order manager has both a billing and shipping address displayed in the order details.
Actual behavior
The order is placed. The customer sees and receives an e-mailed receipt. The order manager is missing the shipping address in the order details.
The text was updated successfully, but these errors were encountered: