Merge pull request #143 from stalesha/master

Fix Fatal error with double slash
This commit is contained in:
Jay
2014-10-23 11:11:22 -05:00

View File

@@ -700,7 +700,7 @@ class Invoice extends ResourceModel
* Set Payments * Set Payments
* A list of Payment resources * A list of Payment resources
* *
* @param \\PayPal\Api\Payment $payments * @param \PayPal\Api\Payment $payments
* *
* @return $this * @return $this
*/ */
@@ -715,7 +715,7 @@ class Invoice extends ResourceModel
* Get Payments * Get Payments
* A list of Payment resources * A list of Payment resources
* *
* @return \\PayPal\Api\Payment * @return \PayPal\Api\Payment
*/ */
public function getPayments() public function getPayments()
{ {