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
This method and property in Billable is more of a general purpose setting so it should best be set in the Cashier class. This way all configuration related things are grouped together.
The text was updated successfully, but these errors were encountered:
This commit sets a fixed Stripe API version for all Stripe API calls made from Cashier. It's being passed as an option to all calls together with the api key. The way options are handled has also been refactored so this is now entirely done on the Cashier class while keeping the Billable entity free from any configuration related options. This may later still be changed when a config file for Cashier is introduced: #531Closes#621 and #642
This commit sets a fixed Stripe API version for all Stripe API calls made from Cashier. It's being passed as an option to all calls together with the api key. The way options are handled has also been refactored so this is now entirely done on the Cashier class while keeping the Billable entity free from any configuration related options. This may later still be changed when a config file for Cashier is introduced: #531Closes#621 and #642
This method and property in
Billable
is more of a general purpose setting so it should best be set in theCashier
class. This way all configuration related things are grouped together.The text was updated successfully, but these errors were encountered: