Created
March 6, 2015 13:06
-
-
Save ChromeOrange/161978603b316fbbb195 to your computer and use it in GitHub Desktop.
Get the XML for WooCommerce FedEx shipping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( $this->debug ) { | |
echo "REQUEST:\n" .'<pre>' . htmlentities( str_replace( "><", ">\r\n<", $client->__getLastRequest()) ). '</pre>' . "\n"; | |
echo "RESPONSE:\n" .'<pre>' . htmlentities( str_replace( "><", ">\r\n<", $client->__getLastResponse()) ). '</pre>' . "\n"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment