From bb11ace7ad38dd89afae075a270e3bf869ff3a16 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 9 Dec 2014 20:33:08 -0600 Subject: [PATCH] Made the docblock Transactions to use Transaction[] - Fixes #183 --- lib/PayPal/Api/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PayPal/Api/Payment.php b/lib/PayPal/Api/Payment.php index b290a8d..ce58565 100644 --- a/lib/PayPal/Api/Payment.php +++ b/lib/PayPal/Api/Payment.php @@ -23,7 +23,7 @@ use PayPal\Validation\ArgumentValidator; * @property string intent * @property \PayPal\Api\Payer payer * @property \PayPal\Api\object cart - * @property \PayPal\Api\Transaction transactions + * @property \PayPal\Api\Transaction[] transactions * @property string state * @property \PayPal\Api\RedirectUrls redirect_urls * @property \PayPal\Api\Links links