You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Stripe Invoice is not only for invoicing outside of the regular billing cycle as commented in the ManageInvoices.php file. It´s also for invoicing one-time payment and subscriptions: https://stripe.com/en-gb-no/invoicing
It would be nice to be able to create the invoice and email the invoice as two seperate steps. This will also allow to finalize the invoice before emailing the invoice, aligned with the Stripe documentation: https://stripe.com/docs/invoicing/integration
Maybe the Cashier documentation should be updated with the option for emailing invoices, with a exclamation mark:
Requests made in test-mode result in no emails being sent, despite sending an invoice.sent event.
Yeah I feel we could offer some better API's here. I'll currently mark this as a feature request but right now have no plans on working this ourselves. Feel free to PR.
The Stripe Invoice is not only for invoicing outside of the regular billing cycle as commented in the ManageInvoices.php file. It´s also for invoicing one-time payment and subscriptions: https://stripe.com/en-gb-no/invoicing
It would be nice to be able to create the invoice and email the invoice as two seperate steps. This will also allow to finalize the invoice before emailing the invoice, aligned with the Stripe documentation: https://stripe.com/docs/invoicing/integration
Maybe the Cashier documentation should be updated with the option for emailing invoices, with a exclamation mark:
Requests made in test-mode result in no emails being sent, despite sending an invoice.sent event.
Current implentation to send a email invoice:
Src/Concerns/ManageInvoices.php:
The text was updated successfully, but these errors were encountered: