Hi!
I have a plugin that uses the action ‘woocommerce_shipstation_shipnotify’ to retrieve and save what stores spent on shipping and add it to reporting.
Some of the stores I support have an issue where the XML comes back from
WC_Shipstation_API_Shipnotify::get_raw_post_data()
with a “blank body” resulting in logs stating that “Missing ShipNotify XML input.”
In the code, it links to the old github repository for this project with a noted issue. I have been using this plugin since well before it got to the wordpress.org repository but the documented issues dont seem to have made it over here. Can we reopen this issue?
I have been doing some debugging and the issue is not within a WP, WC, WC-shipstation-integration version mismatch, as I can have multiple stores on the exact same versions as the “broken” client website and only the client website has the issue.
Thanks!