fix: remove paypal credit button (#38537)

This commit is contained in:
Ahmad Abdolsaheb
2020-04-13 20:46:24 +03:00
committed by GitHub
parent e0a91e66cd
commit 1519e70165

View File

@@ -99,7 +99,7 @@ export class PaypalButton extends Component {
} }
options={{ options={{
vault: true, vault: true,
disableFunding: 'card', disableFunding: 'credit,card',
clientId: paypalClientId clientId: paypalClientId
}} }}
style={{ style={{