Fix links to Developer API Reference

This commit is contained in:
Steve Stedman
2018-04-25 15:52:03 -05:00
parent 039557f872
commit f4df2eea28
60 changed files with 86 additions and 86 deletions

View File

@@ -1,16 +1,16 @@
<?php
// # AuthorizationCapture
// This sample code demonstrates how you can capture
// This sample code demonstrates how you can capture
// a previously authorized payment.
// API used: /v1/payments/payment
// https://developer.paypal.com/webapps/developer/docs/api/#capture-an-authorization
// https://developer.paypal.com/docs/api/#capture-an-authorization
use PayPal\Api\Amount;
use PayPal\Api\Authorization;
use PayPal\Api\Capture;
// Replace $authorizationId with any static Id you might already have.
// Replace $authorizationId with any static Id you might already have.
$authorizationId = "<your authorization id here>";
// ### Capture Payment