diff --git a/lib/PayPal/Rest/RestHandler.php b/lib/PayPal/Rest/RestHandler.php
index 8ec134c..364aaf7 100644
--- a/lib/PayPal/Rest/RestHandler.php
+++ b/lib/PayPal/Rest/RestHandler.php
@@ -38,7 +38,7 @@ class RestHandler implements IPPHandler
*
* @var string $sdkVersion
*/
- public static $sdkVersion = "0.6.0";
+ public static $sdkVersion = "0.13.2";
/**
* Construct
diff --git a/phpunit.xml b/phpunit.xml
index d298fb2..039146f 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -23,8 +23,6 @@
" . $output->toJSON(JSON_PRETTY_PRINT) . ""; + echo "
" . $output->toJSON(128) . ""; } elseif (is_string($output)) { echo "
$output"; } diff --git a/sample/doc/invoice/CancelInvoice.html b/sample/doc/invoice/CancelInvoice.html index a644001..8ea3eed 100644 --- a/sample/doc/invoice/CancelInvoice.html +++ b/sample/doc/invoice/CancelInvoice.html @@ -38,7 +38,7 @@ notification object </head> <body> <div>Cancel Invoice:</div> -<pre><?php echo $invoice->toJSON(JSON_PRETTY_PRINT); ?></pre> +<pre><?php echo $invoice->toJSON(128); ?></pre> <a href='../index.html'>Back</a> </body> -</html>