Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PayPalScriptProvider options expects camelCase for dataClientToken #6

Open
trevdogk2 opened this issue Mar 16, 2024 · 1 comment
Open

Comments

@trevdogk2
Copy link

In ./client/App.jsx line 10

"data-client-token": clientToken,

should be updated to...

dataClientToken: clientToken,

per the docs

@trevdogk2
Copy link
Author

Any shot i can get access to push a branch and make the PR myself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant