-
I have implemented plans being loaded from the database per issue #69 which seems to be working fine. Though i have added the column firstPaymentRedirectUrl (varchar) and it does not seem to load this…
-
- Cashier Version: v10.4.0
- Spark Version: v9.1.1
- Laravel Version: v6.5.0
- PHP Version: v7.2.12
- Database Driver & Version: mysql Ver 14.14 Distrib 5.7.24
### Description:
When `Billable…
-
It appears that the mollie payment status in the order table is not updated with an incoming payment webhook.
I checked the WebhookController and it looks like the Order::findByPaymentId method is…
-
Hi there - question:
will cashier-mollie support Lumen?
thanks!!
-
Hi
I have made a project where users can subscribe to a plan. Its working as intended on my local server and today I pushed it to my testing server. When ever i want to go to the checkout it will g…
-
- Cashier Version: 10.1
- Laravel Version: 6
- PHP Version: 7
- Database Driver & Version: current
### Description:
I am creating a new app using Cashier 10.1. In the past I would send a toke…
-
Hello,
In Laravel 5.8 / vuejs 2.6 / vuex / mysql app I need to add stripe subscription, with "laravel/cashier".
I installed "laravel/cashier" and I tried to add stripe button, like I do in Laravel…
-
**Describe the bug**
When using a method on a class from any composer package **Undefined symbol** error is shown.
**To Reproduce**
I have pulled in PaypalCheckoutSdk v1.0.1 and have a class as f…
-
I'm getting this error when a user subscribes and user roles are set:
```
[2020-01-05 21:16:59] local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Parse error: syntax error, unexp…
-
# WebhookHandled Event Support
Cashier provides a great in-built way to handle webhook from Stripe. When some modification happens on a remote stripe website with the subscription it handles it and…