TijmenWierenga / LaravelChargebee

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

Where does the call back code go #7

Closed emperorjm closed 7 years ago

emperorjm commented 7 years ago

Where do we put the following code:

// Define your callback URI's here 'redirect' => [ 'success' => 'http://chargebee.app/success', 'cancelled' => null, ],

emperorjm commented 7 years ago

The chargebee.php config file was not automatically copied over.