concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Fix " Attempt to read property "country" on null" in FlatRateShippingMethod.php #777

Closed mlocati closed 1 year ago

mlocati commented 1 year ago

I have this entry in my server logs:

Exception Occurred: packages/community_store/src/CommunityStore/Shipping/Method/Types/FlatRateShippingMethod.php:289
Attempt to read property "country" on null

Let's fix this issue (and optimize the code a bit)