Luehang / react-paypal-button-v2

An easy and simple to use React button component to implement PayPal Checkout with Smart Payment Buttons V2 (Version 2).
https://luehangs.site/lue_hang/projects/react-paypal-button-v2
MIT License
273 stars 81 forks source link

How to hide Debit or Credit Card button #58

Closed sumitmoga closed 4 years ago

sumitmoga commented 4 years ago

image I want to hide above debit or credit card button ...but didn't found anything for this.

xcad-network commented 4 years ago

hey!

<PayPalButton 
           options={{ 
              disableFunding:'credit,card'
          }}
</PayPalButton>
sumitmoga commented 4 years ago

hey!

<PayPalButton 
           options={{ 
              disableFunding:'credit,card'
          }}
</PayPalButton>

Thanks @xcademy-dev its working now