Closed h3r2on closed 4 years ago
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
My issue is here: https://github.com/laravel/cashier/blob/10.0/src/SubscriptionBuilder.php#L262
The payload for subscriptions is hard coded. This should take an array of options so we can add to the payload.
This has been fixed on master and will be in the next release: https://github.com/laravel/cashier/pull/868
Maybe this is possible and I'm just not seeing the option to do this. I need to implement subscriptions that have no initial payment method, and are directly invoiced, Stripe has support for this via:
Is this supported in cashier and if not I'd like to make a enhancement request.