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

replace removed logger method #1138

Closed kadowakiverite closed 2 years ago

kadowakiverite commented 2 years ago

Magento2.4.4 requires Monolog ^2.6. Since Monolog 2.x, all the add* methods is removed. Therefore, as indicated in this PR, we must use error() instead of addError().

sgabhart22 commented 2 years ago

Hello @kadowakiverite ,

We currently have a fix for this internally to be included in an upcoming release, likely within a couple of weeks. But thank you for your contribution and keen eye!

Spencer

sgabhart22 commented 2 years ago

Hi again @kadowakiverite ,

Just wanted to let you know the new 5.14.0 release is live on the Magento Marketplace and includes this fix. Thanks again for bringing up the issue!

Spencer