-
- Cashier Version: 12.13.0
- Laravel Version: 8.40.0
- PHP Version: 8.0.5
- Database Driver & Version: Postgres
### Description:
If a billable entity has more than one subscription (i.e. they w…
-
- Cashier Version: 12.10.0
- Laravel Version: 8.33.1
- PHP Version: 7.4.16
- Database Driver & Version: Mysql5.7
### Description:
I used Laravel framework, Cashier, MongoDB and Jenssegers/larav…
-
It would be nice to be able to use the withCoupon method in single charges.
-
- Octane Version: 1.0.1
- Laravel Version: Lumen 8.2.3
- PHP Version: 8.0.6
- Server & Version: Swoole
- Database Driver & Version: PostgeSQL (not relevant)
### Description:
In order to upda…
-
if ! [ -x "$(command -v docker-compose)" ]; then
echo 'docker-compose is not installed on your machine' >&2
sleep 1
echo 'Installing docker-compose'
sleep 1
sudo curl -L "http…
ghost updated
3 years ago
-
- Cashier Version: v12.11.0
- Laravel Version: v8.36.2
- Laravel Spark Stripe: v1.0.11
- PHP Version: 8.0
- Database Driver & Version: Mysql.
### Description:
The receipt should show the fr…
-
**/user/billing/subscription**
```
Call to undefined method App\Models\User::subscription()
```
**/user/billing/portal**
```
Call to undefined method App\Models\User::createOrGetStripeCustomer…
-
Hi guys,
I have another question. Let's say I have a multi-tenant SaSS app. I am also using Laravel Nova to have the admin panel. I have a few questions about best practices and general questions:
…
-
- Cashier Version: 12.11.0
- Laravel Version: 8.35.1
- PHP Version: 8.0.2
### Description:
If you have a Stripe subscription with a null `latest_invoice` (ie. by creating the subscription with a…
-
Should I be calculating the percentage off myself, or is there a built in method to apply the coupon to a stripe price id and get the result?
Example coupon is 99% off of $19.99. I get this as b…