-
SimpleXML is included in PHP by default as of PHP 5.1.2. Because Drupal 7 requires PHP 5.2.5 or higher, we no longer have to check for SimpleXML in hook_requirements().
-
SimpleXML is included in PHP by default as of PHP 5.1.2. Because Drupal 7 requires PHP 5.2.5 or higher, we no longer have to check for SimpleXML in hook_requirements().
-
Issue #441708 by iswilson: Update uc_canadapost_drupal_http_request() with latest changes made to core drupal_http_request().
-
New constructor for ShippingAddress.
-
Initial commit of XML classes and accompanying unit test cases for Canada Post rate requests. These classes are not yet integrated into the module.
-
Comments.
-
Improve debug data handling by backporting some D7 fixes. Display more debug information when admin debug is checked for shipping quotes.
-
Display more debug information when admin debug is checked for shipping quotes.
-
Issue #1416958: Quotes didn't work on cart pane because code was insisting o n seeing a 'city'. Namespace package weight limit.
-
Remove whitespace.