wpwh_trigger_edd_subscription_payment_init callback typo?
-
Hi folks,
Manually updating a subscription through EDD throws a fatal.
Go to a Customer > Subscriptions > View Subscriptions > Renewal Tab > Process renewal manually, it will trigger this error:
Uncaught Error: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class WP_Webhooks_Integrations_edd_Triggers_edd_subscription_payment does not have a method "wpwh_trigger_edd_subscription_payment_init" in /wp-content/plugins/wp-webhooks/core/includes/classes/class-wp-webhooks-pro-post-delay.php on line 86Looks like the callback is set to
wpwh_trigger_edd_subscription_payment_initbut the method iswpwh_trigger_edd_subscription_payment
You must be logged in to reply to this topic.