amzn / amazon-payments-magento-2-plugin

Extension to enable Amazon Pay on Magento 2
https://amzn.github.io/amazon-payments-magento-2-plugin/
Apache License 2.0
109 stars 77 forks source link

Check if getDefaultStoreView() returned a Store before building IPN URL #1099

Closed barbazul closed 2 years ago

barbazul commented 2 years ago

Fixes #1098 .

As explained in #1098 getDefaultStoreView could return NULL for example when GWS is enabled.

This PR validates the return value before trying to call its methods.