laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
238 stars 57 forks source link

Notice in the docs about "default checkout URL" #225

Closed GoodM4ven closed 9 months ago

GoodM4ven commented 9 months ago

Greetings,

If the the default payment link isn't set in Paddle's checkout settings, then the moment the subscription button ($checkout's) is clicked, and where the overlay is used, the payment overlay will show a vague "please contact support" sort of message, and JS will throw this transaction_default_checkout_url_not_set error; which can only be seen upon dev-tools inspection.

image

I suggest adding a bold warning in the docs somewhere about this.

Thank you.

driesvints commented 9 months ago

Thanks! I added this here: https://github.com/laravel/docs/pull/9211