expresstechsoftware / pmpro-discord-add-on

Sell private access to Discord using PMPro Discord addon. Assign roles , send messages for expiry and payment reminders. Members can connect from their profile page.
Other
0 stars 3 forks source link

Error thrown about using deprecated hook 'pmpro_stripe_subscription_deleted' #7

Open mensch opened 5 months ago

mensch commented 5 months ago

Using the latest version of Paid Memberships Pro (3.0.*) in combination with the Discord plugin causes a deprecation error to be thrown. pmpro_stripe_subscription_deleted is going to be removed in future versions and the plugin relies on this hook at line 38 in includes/classes/class-discord-api.php (adding ets_pmpro_discord_stripe_subscription_deleted to the hook).

Removing the aforementioned action hook gets rid of the error, but probably causes the Stripe functionality to stop working correctly.