Skip to content

Commit ff2b257

Browse files
authored
Merge pull request #4880 from adamkelso/5.7
5.7 Fix for issue 4876
2 parents 29bf333 + 38d3db9 commit ff2b257

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

billing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ First, add the Cashier package for Braintree to your dependencies:
128128

129129
composer require "laravel/cashier-braintree":"~2.0"
130130

131-
#### Service Provider
132-
133-
Next, register the `Laravel\Cashier\CashierServiceProvider` [service provider](/docs/{{version}}/providers) in your `config/app.php` configuration file:
134-
135-
Laravel\Cashier\CashierServiceProvider::class
136-
137131
#### Plan Credit Coupon
138132

139133
Before using Cashier with Braintree, you will need to define a `plan-credit` discount in your Braintree control panel. This discount will be used to properly prorate subscriptions that change from yearly to monthly billing, or from monthly to yearly billing.

0 commit comments

Comments
 (0)