forked from LiveCarta/PayPal-PHP-SDK
Backward Compatible Changes
This commit is contained in:
@@ -32,7 +32,7 @@ if(isset($_GET['success']) && $_GET['success'] == 'true') {
|
||||
$result = $payment->execute($execution, $apiContext);
|
||||
|
||||
echo "<html><body><pre>";
|
||||
echo $result->toJSON(JSON_PRETTY_PRINT);
|
||||
echo $result->toJSON(128);
|
||||
echo "</pre><a href='../index.html'>Back</a></body></html>";
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user