ExpDev07/laravel-cashier-stripe-connect

Call to undefined method Laravel\Cashier\Cashier::stripeOptions()

tdrabikdev opened this issue · 6 comments

Hello guys, i just tried to use this package.

And i am getting this error.

Call to undefined method Laravel\Cashier\Cashier::stripeOptions()

This package will allow to make subscriptions in multi vendors ?

You need to install Cashier also.

Not an cashier undefined method not class

Same error.

In Laravel\Cashier no more method stripeOptions sinse v. 13:
https://github.com/laravel/cashier-stripe/blob/13.x/src/Cashier.php

Fix is in main branch, but not in release.

Main has error, create #17.

Solved in #17.