Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
80 stars 29 forks source link

"Subscription updated." message is not showing whenever do any update in the subscription from admin panel. #613

Closed TechAhead20 closed 1 month ago

TechAhead20 commented 1 month ago

Describe the bug The "Subscription updated." message is not showing whenever do any update in the subscription from the admin panel.

To Reproduce Go to any subscription edition page from the backend and update the subscription using the "Update" button. The subscription gets updated but no update message shows when HPOS is enabled.

Expected behavior The "Subscription updated." message should be showing.

Suggesstion _woocommerce_order_updatedmessages filter hook should be using instead of _post_updatedmessages when HPOS is enabled.

davefx commented 1 month ago

Fixed by #615

mattallan commented 1 month ago

Thanks @TechAhead20 and @davefx