Skip to content

Commit 300aceb

Browse files
authored
Update migration instructions for payment providers
1 parent e5d7e95 commit 300aceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

13/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: >-
88

99
Throughout the following steps, we will migrate custom payment providers used for Umbraco Commerce into Umbraco Commerce.
1010

11-
1. Remove any installed Umbraco Commerce packages
11+
1. Remove any installed Vendr.Core packages
1212

1313
```bash
14-
dotnet remove package Umbraco.Commerce.Core
14+
dotnet remove package Vendr.Core
1515
```
1616

1717
2. Install the `Umbraco.Commerce` packages for the payment providers.

0 commit comments

Comments
 (0)