Skip to content

Commit

Permalink
feat: remove cartCompleted template
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Jan 30, 2019
1 parent 87fd670 commit 141b15b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
3 changes: 0 additions & 3 deletions imports/plugins/core/checkout/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import "./templates/cartDrawer/cartDrawer.js";
import "./templates/cartIcon/cartIcon.html";
import "./templates/cartIcon/cartIcon.js";

import "./templates/checkout/completed/completed.html";
import "./templates/checkout/completed/completed.js";

export { default as CartDrawer } from "./components/cartDrawer";
export { default as CartIcon } from "./components/cartIcon";
export { default as CartItems } from "./components/cartItems";
Expand Down

This file was deleted.

This file was deleted.

8 changes: 1 addition & 7 deletions imports/plugins/core/checkout/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@ Reaction.registerPackage({
autoEnable: true,
settings: {
name: "Checkout"
},
registry: [{
route: "/cart/completed/:_id?",
name: "cart/completed",
template: "cartCompleted",
workflow: "coreCartWorkflow"
}]
}
});

0 comments on commit 141b15b

Please sign in to comment.