-
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:…
-
The fact that laravel packages (or `laravel modules` in other words) can not introduce new relations on the models that exist in the other modules *without touching their code) creates coupling proble…
-
Select a single payment Provider that allows the following Minimum payment Methods:
- Sofort (Klarna) or EPS
- Any second Option
Currently prefered Option is Stripe.com
-
- Cashier Version: 10.5.0
- Laravel Version: 5.8.*
- PHP Version: 7.1.0
- Database Driver & Version: MySql 5.8
### Description:
When you use a paymentMethod for a single charge with two step tr…
-
Hi,
When I try to cancel a subscription:
```php
if($subscription->cancelled()) {
return Action::message('Subscription already cancelled');
}
$subscription->cancel();
```
I get this…
-
Hi I've looked through old issues and the last update I can find about Stripe Checkout is July 2019. Apologies if I've missed a more recent update.
Is there any indication of when Cashier will hand…
-
The old proration behaviour has been deprecated. We should look into the new api changes and implement them.
-
Thanks for adding multiple plans in 11.0!
I'm currently working on a situation where a subscription needs to be created with multiple plans that have the same ID but different quantities. This wil…
-
First of all: Great work! I started to add the module to my current project and it really seems to do all the stuff I need!
I currently wonder how I could set up easy testing of my own modules (e.g…
-
Getting the following error
Class 'NumberFormatter' not found (View: /var/www/api.fusebox.local.dolphiq.eu/laravel/resources/views/vendor/cashier/receipt.blade.php)
Trying to download an invoice b…