Skip to content

Commit

Permalink
Update packages/core/docs/migrate/2.3.0-rc.1/integrators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
  • Loading branch information
filipsobol and andrzejewsky committed Mar 3, 2021
1 parent d1642d0 commit df3d9c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/docs/migrate/2.3.0-rc.1/integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = {

```

- `<NAME>` - the name of your integration and must match the one provided in the `composables/nuxt/plugin.js`.
- `<TAG NAME>` - the name of your integration and must match the one provided in the `composables/nuxt/plugin.js`.
- `<PATH>` - path to your server package and must match the output of `api-client/src/index.server.ts` built by Rollup.
- `<CONFIGURATION>` - integration configuration that previously lived in `nuxt.config.js`.

Expand Down Expand Up @@ -224,4 +224,3 @@ Notable changes are:
- new integration-specific component `components/Checkout/CartPreview.vue` (previously implemented as `components/checkout/CartPreview.vue` in the core theme),
- new integration-specific component `components/Checkout/ShippingPriceInfo.vue`,
- new integration-specific middleware `middleware/is-authenticated.js`.

0 comments on commit df3d9c7

Please sign in to comment.