laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

Home Page:https://laravel.com/docs/cashier-paddle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for authentication via client-side tokens

Persaeus opened this issue · comments

Some methods in Paddle.js are only available when using client-side tokens for authentication. For example, Paddle.PricePreview():

Requires a client-side token for authentication. If you're passing the older seller parameter to Paddle.Setup(), replace this with token to use Paddle.PricePreview().

Falls a little outside the scope of this library sorry.