URGENT: Subscriptions no longer become Active
-
Since April 5, 2023, all 14 of our new subscriptions have been Pending—they no longer become Active upon successful payment. Running PHP 8.2 with WordPress and all plugins up to date. I traced this problem to
_wc_braintree_paypal_customer_id
and_wc_braintree_paypal_payment_token
being missing from the Subscription postmeta, despite existing for the Order postmeta. There’s a problem with thesave_payment_meta()
function in class-sv-wc-payment-gateway-integration-subscriptions.php, specifically the checks for$order->payment->token
and$order->customer_id
. These now return empty arrays, soupdate_post_meta()
never runs. Will this be fixed in the next update of your plugin? We are a nonprofit and we’ve already lost about $1,500 due to this bug. Thank you.The page I need help with: [log in to see the link]
- The topic ‘URGENT: Subscriptions no longer become Active’ is closed to new replies.