Skip to content

Commit 236de37

Browse files
Improved copy
1 parent 4cbab6c commit 236de37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/13-upgrade.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade Guide
22

3+
## Preparations
4+
5+
If you're using `receipt_old.blade.php`, make sure to either publish it to your views directory before upgrading, or switch to the default `receipt.blade.php`.
6+
37
## Upgrading To 2.0 From 1.x
48

59
Remove the `laravel/cashier-mollie` dependency from your `composer.json`.
@@ -24,5 +28,5 @@ public function __construct(Model $owner, Money $unitPrice, int $quantity, strin
2428
```php
2529
public function __construct(Model $owner, Money $subtotal, int $quantity, string $description) {...}
2630
```
31+
2732
3. Once you have asserted everything went ok, you can remove the `cashier_backup_orders` table.
28-
4. If you use `receipt_old.blade.php`, publish it to views because is removed from package views folder

0 commit comments

Comments
 (0)