-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
I am testing our checkout with a new rate configuration. We have updated our rates for shipping to locations outside of the US 48. We have different charges for both Residential and Business addresses.
- On the first try after loading an address, (with cookies and caches cleared), I get the correct rates.
- After changing the address (even after refreshing the checkout page), the old rates are returned.
Notes
- Both addresses are in the same city (Kihei, Hawaii)
- They both have the same zip code.
- One is Business, and the other is Residential
- I temporarily passed a blank array for the
optionsargument ofselectedOptionsFactoryin:
ShipperHQ\Shipper\Model\Carrier\Processor\ShipperMapper::getSelectedOptions()- Explanation: I noticed a
destination_typewas created and passed in the request and wanted to make sure the option was not cached between requests
- Explanation: I noticed a
- I also tried returning false in
ShipperHQ\Shipper\Helper\CarrierCache::getCachedQuotes()to ensure that there were no cached requests
Do you have any idea what could be happening here?
Thank you
Metadata
Metadata
Assignees
Labels
No labels