Sander de Vos

Results 6 comments of Sander de Vos

Hey alessiovietri, Sure! I don't think you'll be able to wire a full size ZIP file using Inertia itself, but you could add a link in one of your Inertia...

Yes, that's correct. Since your Laravel application uses hashing (that's by default and really should not be disabled haha) the stored password doesn't match the actual plain text version. If...

It opens your login page due to a validation exception redirect. Try passing `['password' => 'YOUR_PASSWORD_HERE']` instead.

I hope to find some time later this week.

Btw, the `handlePaymentFailed` method on the `AppliedCoupon` model causes the coupon to not be subtracted from the `reimbursableAmount` as well. Having a failed payment before swapping plans is cheaper for...

> > Btw, the `handlePaymentFailed` method on the `AppliedCoupon` model causes the coupon to not be subtracted from the `reimbursableAmount` as well. Having a failed payment before swapping plans is...