UNPKG

@spartacus/schematics

Version:
14 lines 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXPRESS_CHECKOUT_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.EXPRESS_CHECKOUT_SERVICE_MIGRATION = [ // feature-libs/checkout/components/services/express-checkout.service.ts { class: constants_1.EXPRESS_CHECKOUT_SERVICE, importPath: constants_1.SPARTACUS_CHECKOUT_COMPONENTS, deprecatedNode: constants_1.RESET_CHECKOUT_PROCESSES, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.EXPRESS_CHECKOUT_SERVICE}.${constants_1.RESET_CHECKOUT_PROCESSES}' was removed, use method '${constants_1.RESET_CHECKOUT_PROCESSES}' from '${constants_1.CLEAR_CHECKOUT_FACADE}' instead`, }, ]; //# sourceMappingURL=express-checkout.service.migration.js.map