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
{{ message }}
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
- Added support for PHP 7.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
7
+
8
+
### Changed
9
+
- Minimum PHP version is now 7.1.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
10
+
- Minimum Laravel version is now 5.7 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
11
+
- The `hasAddon` on the `Invoice` object has been renamed to `hasAddOn` ([#62](https://github.com/laravel/cashier-braintree/pull/62))
12
+
- The `$storagePath` parameter was removed from the `downloadInvoice` method on the `Billable` trait ([#62](https://github.com/laravel/cashier-braintree/pull/62))
13
+
- Various return types were added ([#62](https://github.com/laravel/cashier-braintree/pull/62))
14
+
15
+
### Fixed
16
+
- Various DocBlocks were fixed ([#62](https://github.com/laravel/cashier-braintree/pull/62))
0 commit comments