PaddleHQ / paddle-js-wrapper

Wrapper to load Paddle.js as a module and use TypeScript definitions when working with methods.
Apache License 2.0
28 stars 4 forks source link

Updated Example to use token instead of seller ID #8

Closed vijayasingam-paddle closed 7 months ago

vijayasingam-paddle commented 7 months ago

Updating the react example in Readme to use token instead of seller as client side tokens are the new preferred way of identification. The token is not a secret so it is ok to pass from client side code.