Merge pull request #553 from chipay/master

Fixed type hinting for relatedResrources. It's an array.
This commit is contained in:
Jay
2016-04-14 12:57:10 -05:00

View File

@@ -17,7 +17,7 @@ class TransactionBase extends CartBase
* List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment. * List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment.
* *
* *
* @param \PayPal\Api\RelatedResources $related_resources * @param \PayPal\Api\RelatedResources[] $related_resources
* *
* @return $this * @return $this
*/ */