TijmenWierenga / LaravelChargebee

A Laravel package which provides an easy way to handle billing and subscriptions.
MIT License
42 stars 22 forks source link

Missing coupon #2

Closed julienarcin closed 5 years ago

julienarcin commented 8 years ago

Hi,

On Subscriber.php, on the function getCheckoutUrl line 112, you forgot to pass the coupon (set as private attribute) to the api call.

Thanks.