laravel-cashier-mollie icon indicating copy to clipboard operation
laravel-cashier-mollie copied to clipboard

Official Mollie integration for Laravel Cashier

Results 33 laravel-cashier-mollie issues
Sort by recently updated
recently updated
newest added

Hello! We have the following problem when testing on the live API with a coupon that has a discount fo 100%. As soon as we want to pay (we testet...

Hi, My problem is about getting the plan interval. When looking at the DefaultIntervalGenerator, the interval is a protected attribute and there is only a `isMonthly()` method which would not...

major release

Hey, I currently have a custom subscription model which extends the Cashier model. The only thing I added was a couple of extra columns in the database. Now at the...

Hi there, I noticed the applied coupons were not subtracted from the reimbursable amount when swapping a subscription. The issue occurs when calling `->toArray()` on the order item collection. `total`...

The cashier_plans.php config says the following: ``` 'amount' => [ /** * A string containing the exact amount you want to charge each billing cycle, in the given currency. *...

I have an Administration service in my application that uses the $payment object in the event when a FirstPaymentPaid event is received and when an OrderPaymentPaid is received. After handling...

major release

Now, payment processing with OAuth isn't supported in the package. This could be handy for SaaS apps where organizations manage subscriptions and payments for users. It's a significant change, but...

Can I enforce forwarding to a Mollie checkout for charges, similar to subscriptions? I tried newFirstPaymentChargeThroughCheckout for that. But now the amount from the config is being charged instead of...

Would it be possible to set the date format of the invoice via a configuration entry? Now it is hardcoded, and not 100% ideal for other customers in other countries.