woocommerce / woocommerce-subscriptions-importer-exporter

Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
GNU General Public License v3.0
148 stars 56 forks source link

Reload subscription after any possible updates of meta values and save #198

Closed menakas closed 5 years ago

menakas commented 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.

thenbrent commented 5 years ago

Thanks for the quick fix @menakas 💯