UNPKG

@spartacus/schematics

Version:
68 lines 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PAYMENT_METHOD_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PAYMENT_METHOD_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/payment-method/payment-method.component.ts class: constants_1.PAYMENT_METHOD_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.USER_PAYMENT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_PAYMENT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.GLOBAL_MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, { className: constants_1.ACTIVATED_ROUTE, importPath: constants_1.ANGULAR_ROUTER, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.CHECKOUT_STEP_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=payment-method.component.migration.js.map