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