Skip to content

Commit

Permalink
[13.x] Update UPGRADE.md (laravel#1176)
Browse files Browse the repository at this point in the history
* Update UPGRADE.md

* Update UPGRADE.md

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
driesvints and taylorotwell authored Jun 3, 2021
1 parent 324ee47 commit f6d3a89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ try {

PR: https://github.com/laravel/cashier-stripe/pull/1136

Cashier receipts have been updated with additional information from the Stripe Invoice object. If you do not wish to receive these updates, you should publish the receipt view *before* you update to Cashier v13:
Cashier receipts have been updated with additional information from the Stripe Invoice object. These updates primarily add more information, such as customer names and email addresses, to the receipt if the information was being stored in Stripe.

If you do not wish to receive these design updates, you should publish the receipt view *before* you update to Cashier v13:

```bash
php artisan vendor:publish --tag="cashier-views"
Expand Down

0 comments on commit f6d3a89

Please sign in to comment.