From 766026b16e1cb281c43085094f6d712474679c81 Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Tue, 9 Jan 2018 11:57:18 -0600 Subject: [PATCH] Update description for setPaymentMethod * Update description for limited release values --- lib/PayPal/Api/Payer.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/PayPal/Api/Payer.php b/lib/PayPal/Api/Payer.php index 6d9a37b..1b36887 100644 --- a/lib/PayPal/Api/Payer.php +++ b/lib/PayPal/Api/Payer.php @@ -20,8 +20,10 @@ use PayPal\Common\PayPalModel; class Payer extends PayPalModel { /** - * Payment method being used - PayPal Wallet payment, Bank Direct Debit or Direct Credit card. - * Valid Values: ["credit_card", "bank", "paypal", "pay_upon_invoice", "carrier", "alternate_payment"] + * Payment method being used. "credit_card" is not available for general use. + * Please ensure that you have acquired the approval for using "credit_card" for your live + * credentials. + * Valid Values: ["credit_card", "paypal"] * * @param string $payment_method *