updated code comments to reflect on groc docs

This commit is contained in:
Ganesh Hegde
2013-05-29 18:02:32 +05:30
parent 2b965b0596
commit aa1dee57a6
8 changed files with 523 additions and 13 deletions

View File

@@ -1,4 +1,9 @@
<?php
// # Refund Capture Sample
// This sample code demonstrate how you can
// process a refund on a Captured transaction created
// using the Capture API.
// API used: /v1/payments/capture/{<captureID>}/refund
require __DIR__ . '/../bootstrap.php';
use PayPal\Api\Capture;
use PayPal\Api\Refund;
@@ -37,13 +42,6 @@ try {
exit(1);
}
// # Refund Capture Sample
// This sample code demonstrate how you can
// process a refund on a Captured transaction created
// using the Capture API.
// API used: /v1/payments/capture/{<captureID>}/refund
// ### Refund
// Create a refund object indicating
// refund amount