Hi - I'm working on implemented the checkout form on our site using the JavaScript SDK and smart buttons. I do not want a 'Pay Later' button to appear. Only the standard PayPal button and the Debit/Credit Card button. I see in the SDK you can set up a funding source option and disallow certain funding types. This appears to be doing nothing, including on the demo site. For example, I include this in my Javascript: funding: { allowed: [ paypal.FUNDING.CARD ], disallowed: [ paypal.FUNDING.CREDIT ], }, Yet it still appears. What am I doing wrong? Thank you in advance
... View more