forked from LiveCarta/PayPal-PHP-SDK
Update payments API to v1.9
This commit is contained in:
committed by
jaypatel512 and sdcoffey
parent
7c5ea8b997
commit
c2947ff409
@@ -11,11 +11,11 @@ use PayPal\Common\PayPalModel;
|
||||
*
|
||||
* @package PayPal\Api
|
||||
*
|
||||
* @property \PayPal\Api\Sale sale
|
||||
* @property \PayPal\Api\Sale sale
|
||||
* @property \PayPal\Api\Authorization authorization
|
||||
* @property \PayPal\Api\Order order
|
||||
* @property \PayPal\Api\Capture capture
|
||||
* @property \PayPal\Api\Refund refund
|
||||
* @property \PayPal\Api\Order order
|
||||
* @property \PayPal\Api\Capture capture
|
||||
* @property \PayPal\Api\Refund refund
|
||||
*/
|
||||
class RelatedResources extends PayPalModel
|
||||
{
|
||||
@@ -23,7 +23,7 @@ class RelatedResources extends PayPalModel
|
||||
* Sale transaction
|
||||
*
|
||||
* @param \PayPal\Api\Sale $sale
|
||||
*
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setSale($sale)
|
||||
@@ -46,7 +46,7 @@ class RelatedResources extends PayPalModel
|
||||
* Authorization transaction
|
||||
*
|
||||
* @param \PayPal\Api\Authorization $authorization
|
||||
*
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setAuthorization($authorization)
|
||||
@@ -69,7 +69,7 @@ class RelatedResources extends PayPalModel
|
||||
* Order transaction
|
||||
*
|
||||
* @param \PayPal\Api\Order $order
|
||||
*
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setOrder($order)
|
||||
@@ -92,7 +92,7 @@ class RelatedResources extends PayPalModel
|
||||
* Capture transaction
|
||||
*
|
||||
* @param \PayPal\Api\Capture $capture
|
||||
*
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setCapture($capture)
|
||||
@@ -115,7 +115,7 @@ class RelatedResources extends PayPalModel
|
||||
* Refund transaction
|
||||
*
|
||||
* @param \PayPal\Api\Refund $refund
|
||||
*
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setRefund($refund)
|
||||
|
||||
Reference in New Issue
Block a user