Added Puerto Rico to the Directory module's install data script. #6191
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I recently came across an issue with UPS shipping rates not being populated when shipping to a Puerto Rican address. I had set up UPS with my shipping account info and shipper id and enabled all available shipping methods, but UPS would not return any shipping rates when using a Puerto Rico zip code/address. I opened a ticket with Enterprise Support (Ticket #03187690), and it is currently in an "escalated" state.
After digging a bit, I discovered the ship carrier was looking for Puerto Rico in the database but it does not exist. Apparently it did exist in Magento 1 but looks to have not been included in Magento 2. Adding the row for Puerto Rico to the database immediately solved UPS not returning shipping rates for Puerto Rico.
This update adds Puerto Rico back to the install data script.