You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Laravel Cashier for Paddle to handle one-time payments, and I want to apply a discount code during the checkout process. I noticed that the previewPrices method allows me to see the price with discounts applied, but when I proceed with checkout, the discount is not applied and the full amount is charged.
The withCoupon method doesn't seem to work as expected here. The checkout process ignores the discount, and the full price is charged instead.
I have checked the Paddle documentation, and I'm aware that discounts can be passed through their API. However, I am unsure how to achieve this directly within Laravel Cashier’s checkout flow. Could you please provide guidance on how to apply a discount or coupon code during checkout with Laravel Cashier for Paddle?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Laravel Cashier for Paddle to handle one-time payments, and I want to apply a discount code during the checkout process. I noticed that the previewPrices method allows me to see the price with discounts applied, but when I proceed with checkout, the discount is not applied and the full amount is charged.
Here's my current implementation:
The withCoupon method doesn't seem to work as expected here. The checkout process ignores the discount, and the full price is charged instead.
I have checked the Paddle documentation, and I'm aware that discounts can be passed through their API. However, I am unsure how to achieve this directly within Laravel Cashier’s checkout flow. Could you please provide guidance on how to apply a discount or coupon code during checkout with Laravel Cashier for Paddle?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions