FoxyCart / foxyshop

FoxyShop - WordPress plugin for FoxyCart
GNU General Public License v2.0
10 stars 8 forks source link

Correct response handling for external datafeed processing #87

Closed adamjudd closed 2 years ago

adamjudd commented 2 years ago

This is a quick fix for an error introduced in 9.4, where the error checking for external datafeeds was always being considered as failed, even if the response was just foxy or foxysub.

This also includes a small fix to the receipt template used in the orders section of the plugin within the WP admin, where it was escaping some break tags in the address section.

rijarobinson commented 2 years ago

Everything works as expected.