Paddle.Status.libraryVersion
Returns the Paddle.js version.
Use Paddle.Status.libraryVersion()
to return the Paddle.js version.
When including Paddle.js, Paddle automatically serves the latest compatible version of the Paddle.js library to your device.
You may be asked to get the version of Paddle.js by Paddle Support while troubleshooting.
Example
This example prints the version of Paddle.js to the console.
11console.log(Paddle.Status.libraryVersion)
You can type Paddle.Status.libraryVersion
into the browser console to return the latest version.
Related pages
On this page