From 1519e7016546af065806f9a02ab20d17c13bcbec Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 13 Apr 2020 20:46:24 +0300 Subject: [PATCH] fix: remove paypal credit button (#38537) --- client/src/components/Donation/PaypalButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Donation/PaypalButton.js b/client/src/components/Donation/PaypalButton.js index 14134a640c..0f498e16d3 100644 --- a/client/src/components/Donation/PaypalButton.js +++ b/client/src/components/Donation/PaypalButton.js @@ -99,7 +99,7 @@ export class PaypalButton extends Component { } options={{ vault: true, - disableFunding: 'card', + disableFunding: 'credit,card', clientId: paypalClientId }} style={{