laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.37k stars 671 forks source link

[15.x] Rename receipt to invoice #1609

Closed driesvints closed 9 months ago

driesvints commented 9 months ago

This is something I've wanted to do for a long time already and that's to get rid of the last mention of "receipt" in Cashier Stripe. Stripe itself only uses "invoices" in their API's and that's what these documents are actually. Receipts is only a term used for a copy you get on Stripe emails but isn't the exact thing that's stored in Stripe. By consolidating this as "Invoice" we have a better presentation of these objects and documents.

Later on we can also adjust Spark Stripe for this. The migration path for this would be for people to rename their published view from receipt.blade.php to invoice.blade.php.