Closed
Description
When customer is using IPV6 address, the remote_ip might get saved only partially into sales_order and quote tables depending on the address str length.
Problem is in the remote_ip column length which currently is VARCHAR(32)
https://en.wikipedia.org/wiki/IPv6
Preconditions
- tested on 2.1.5, but InstallSchema in 2.1.7 has also VARCHAR(32)
Steps to reproduce
- Customer creates new order
Expected result
- 2001:7d0:84ae:8d80:704b:bca4:b3a8:197
Actual result
- 2001:7d0:84ae:8d80:704b:bca4:b3a
To fix this, the remote_ip column in sales_order and quote tables must be VARCHAR(45)
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release