@spartacus/schematics
Version:
Spartacus schematics
28 lines • 1.06 kB
JavaScript
;
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
selector: 'cx-payment-method',
componentClassName: constants_1.PAYMENT_METHOD_COMPONENT,
removedProperties: [
{
name: 'checkoutStepUrlNext',
comment: `'checkoutStepUrlNext' property has been removed.`,
},
{
name: 'checkoutStepUrlPrevious',
comment: `'checkoutStepUrlPrevious' property has been removed.`,
},
{
name: 'goNext',
comment: `'goNext' method has been renamed to 'next'`,
},
{
name: 'goPrevious',
comment: `'goPrevious' method has been renamed to 'back'`,
},
],
};
//# sourceMappingURL=payment-method.component.migration.js.map