Closed menakas closed 5 years ago
Fixes: #197
The cause of this issue is the same as the cause of prospress/woocommerce-subscriptions#2990 and so I fixed it by reloading the subscription before set_payment_method() is called and saving the subscription after.
set_payment_method()
Thanks for the quick fix @menakas 💯
Fixes: #197
The cause of this issue is the same as the cause of prospress/woocommerce-subscriptions#2990 and so I fixed it by reloading the subscription before
set_payment_method()
is called and saving the subscription after.