@spartacus/schematics
Version:
Spartacus schematics
42 lines • 1.52 kB
JavaScript
;
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,
deprecatedParams: [
{
className: constants_1.USER_ADDRESS_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.USER_PAYMENT_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.CHECKOUT_DELIVERY_FACADE,
importPath: constants_1.SPARTACUS_CHECKOUT_ROOT,
},
{
className: constants_1.CHECKOUT_PAYMENT_FACADE,
importPath: constants_1.SPARTACUS_CHECKOUT_ROOT,
},
{
className: constants_1.CHECKOUT_DETAILS_SERVICE,
importPath: constants_1.SPARTACUS_CHECKOUT_COMPONENTS,
},
{
className: constants_1.CHECKOUT_CONFIG_SERVICE,
importPath: constants_1.SPARTACUS_CHECKOUT_COMPONENTS,
},
],
addParams: [
{
className: constants_1.CLEAR_CHECKOUT_FACADE,
importPath: constants_1.SPARTACUS_CHECKOUT_ROOT,
},
],
};
//# sourceMappingURL=express-checkout.service.migration.js.map