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

Add undefined properties to ParadoxLabsSubscriptionManager #1253

Open navarr opened 1 day ago

navarr commented 1 day ago

Resolves amzn/amazon-payments-magento-2-plugin#1252

Additional details about this PR

As of PHP 8.2 dynamically created properties will throw a Derepecated functionality notice. Magento's default behavior is to catch all PHP errors and notices, and throw them as exceptions.

Leaving this deprecated functionality in breaks Magento on PHP 8.2