From c1241998b846872d42e3f635668977f61f0529fe Mon Sep 17 00:00:00 2001 From: OJ Tibi Date: Tue, 26 Aug 2014 16:23:53 +0800 Subject: [PATCH] Fixed classname resolution of Links property in Order class for PPReflectionUtil --- lib/PayPal/Api/Order.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/PayPal/Api/Order.php b/lib/PayPal/Api/Order.php index 22f203c..ab760e7 100644 --- a/lib/PayPal/Api/Order.php +++ b/lib/PayPal/Api/Order.php @@ -14,7 +14,7 @@ use PayPal\Rest\ApiContext; * @property string state * @property \PayPal\Api\Amount amount * @property string parentPayment - * @property array|\PayPal\Api\Links links + * @property \PayPal\Api\Links links * @property string reasonCode */ class Order extends PPModel @@ -170,7 +170,7 @@ class Order extends PPModel /** * Set Links * - * @param array|\PayPal\Api\Links $links + * @param \PayPal\Api\Links $links * * @return $this */ @@ -184,7 +184,7 @@ class Order extends PPModel /** * Get Links * - * @return array|\PayPal\Api\Links + * @return \PayPal\Api\Links */ public function getLinks() {