Proper changes to samples for Credit Card

This commit is contained in:
mrak and sdcoffey
2016-10-25 17:40:37 -05:00
parent 7b380a1447
commit 7c5ea8b997
7 changed files with 14 additions and 11 deletions

View File

@@ -21,7 +21,6 @@ class FundingInstrument extends PayPalModel
* Credit Card instrument.
*
* @param \PayPal\Api\CreditCard $credit_card
* @deprecated Please use #setPaymentCard instead
*
* @return $this
*/
@@ -35,7 +34,6 @@ class FundingInstrument extends PayPalModel
* Credit Card instrument.
*
* @return \PayPal\Api\CreditCard
* @deprecated Please use #setPaymentCard instead
*
*/
public function getCreditCard()