forked from LiveCarta/PayPal-PHP-SDK
updated code comments to reflect on groc docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user