Formatting Fixes

- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
This commit is contained in:
Jay Patel
2015-06-30 12:08:56 -05:00
parent 23b2afc7f1
commit aabcf9c2aa
150 changed files with 68 additions and 300 deletions

View File

@@ -8,8 +8,8 @@
/** @var Payment $payment */
$payment = require __DIR__ . '/../payments/CreatePayment.php';
use PayPal\Api\Sale;
use PayPal\Api\Payment;
use PayPal\Api\Sale;
// ### Get Sale From Created Payment
// You can retrieve the sale Id from Related Resources for each transactions.