@spartacus/schematics
Version:
Spartacus schematics
13 lines • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CART_DETAILS_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CART_DETAILS_COMPONENT_MIGRATION = [
{
class: constants_1.CART_DETAILS_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.ORDER_PROMOTIONS$,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.CART_DETAILS_COMPONENT}.${constants_1.ORDER_PROMOTIONS$}' was removed. The component may get promotions directly from the cart.`,
},
];
//# sourceMappingURL=cart-details-component.migration.js.map