lucasdotvin / laravel-soulbscription

A straightforward interface to handle subscriptions and feature consumption.
https://soulbscription.lucas.vin
MIT License
601 stars 84 forks source link

Call to a member function subscribeTo() on string #50

Closed pixsolution closed 1 year ago

pixsolution commented 1 year ago

Hello! I'm testing your package following the steps in the documentation and I'm going to the subscription part https://github.com/lucasdotvin/laravel-soulbscription?ref=madewithlaravel.com#subscribing

but there I get the following error Call to a member function subscribeTo() on string

I tried transforming the values ​​from string to int but it gives the same error with int Call to a member function subscribeTo() on int

I attached how the user id and the plan id are arriving. 1

What can be?