forked from LiveCarta/PayPal-PHP-SDK
Updating model classes to use dynamic config - Moving common classes to sdk-core-php
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace PayPal\Api;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
class FundingInstrument extends Resource {
|
||||
|
||||
@@ -18,6 +18,7 @@ class FundingInstrument extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for credit_card
|
||||
* @return PayPal\Api\CreditCard
|
||||
*/
|
||||
public function getCredit_card() {
|
||||
return $this->credit_card;
|
||||
@@ -33,6 +34,7 @@ class FundingInstrument extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for credit_card_token
|
||||
* @return PayPal\Api\CreditCardToken
|
||||
*/
|
||||
public function getCredit_card_token() {
|
||||
return $this->credit_card_token;
|
||||
|
||||
Reference in New Issue
Block a user