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

Applying a discount on checkout #253

Closed mshamaseen closed 5 months ago

mshamaseen commented 5 months ago

would be great if the ability to apply a discount is added to checkout. something like:

$checkout = $user->subscribe($id)->applyDiscount($discountId)
                ->returnTo(route('thanks'));
driesvints commented 5 months ago

This is something that's handled by Paddle's widget. Afaik there's no way to add this up front?