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 f1ce039 commit d1642d0
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 @@ -158,7 +158,7 @@ As described on the [Overview](./overview.md) page, we need to create `middlewar
// theme/middleware.config.js
module.exports = {
integrations: {
'<NAME>': {
'<TAG NAME>': {
location: '<PATH>',
configuration: '<CONFIGURATION>'
}
Expand Down Expand Up @@ -225,4 +225,3 @@ Notable changes are:
- new integration-specific component `components/Checkout/ShippingPriceInfo.vue`,
- new integration-specific middleware `middleware/is-authenticated.js`.


0 comments on commit d1642d0

Please sign in to comment.