stock-locations-for-woocommerce icon indicating copy to clipboard operation
stock-locations-for-woocommerce copied to clipboard

Inconsistent calls to slw_stock_allocation_notification_message

Open chingologram opened this issue 11 months ago • 0 comments

In the mail helper, the filter for email message overriding is called twice, with different parameter types. See below:

https://github.com/fahadmahmood8/stock-locations-for-woocommerce/blob/7322f33ac3b7193b0261d9cc629160c1c99c2aaa/src/src/helpers/helper-slw-mail.php#L46

I added a PR https://github.com/fahadmahmood8/stock-locations-for-woocommerce/pull/152 with a fix for this. Feel free to review and merge.

chingologram avatar Mar 14 '24 05:03 chingologram