PayPal Checkout
-
We are having intermittent issues of the membership process not completing. Here is what PayPal support says:
I noticed in your code you were using invalid values to disable funding, which is probably impacting your payment button.
Here is the information on how to disable funding:
https://developer.paypal.com/docs/checkout/reference/customize-sdk/#disable-fundingIf you want to remove the PayPal Credit and the Pay with Debit and credit card from your checkout you need to use this:
<script src=”https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&disable-funding=credit,card”></script>
You need to have your client id, make sure your web developer updates that line of code to ensure that your website does not stop working.
That will remove the two extra boxes. If you have incorrect code, the button will not function properly.
How are we able to implement this?
The page I need help with: [log in to see the link]
- The topic ‘PayPal Checkout’ is closed to new replies.