PaddleHQ / paddle-js-wrapper

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

Updated Example to use token instead of seller ID #9

Closed vijayasingam-paddle closed 1 year ago

vijayasingam-paddle commented 1 year 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.