Skip to content

Commit 38d3db9

Browse files
committed
Removing instructions to add the service provider to the project. With auto-discovery, this is unnecessary.
1 parent 29bf333 commit 38d3db9

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)