Docs

Paddle.Status.libraryVersion

Returns the Paddle.js version. Useful for troubleshooting.

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.

JavaScript
console.log(Paddle.Status.libraryVersion)

You can type Paddle.Status.libraryVersion into the browser console to return the latest version.

Was this page helpful?