UNPKG

@spartacus/schematics

Version:
16 lines 667 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLACE_ORDER_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PLACE_ORDER_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/place-order/place-order.component.ts selector: 'cx-place-order', componentClassName: constants_1.PLACE_ORDER_COMPONENT, removedProperties: [ { name: 'placeOrderSubscription', comment: `'placeOrderSubscription' property was removed and replaced`, }, ], }; //# sourceMappingURL=place-order.component.migration.js.map