From f6d3a8907726052bace28dd25031779cad8ff238 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 3 Jun 2021 14:57:23 +0200 Subject: [PATCH] [13.x] Update UPGRADE.md (#1176) * Update UPGRADE.md * Update UPGRADE.md Co-authored-by: Taylor Otwell --- UPGRADE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index adc8cb07..041848f8 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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"