UNPKG

@procraft/widget-order

Version:

Order widget for landing

15 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getItemPrices = void 0; /** * Получаем цены для курса. * Они могут зависеть в том числе и от времени */ const getItemPrices = ({ catalogItem }) => { // const { // } = catalogItem; catalogItem; return {}; }; exports.getItemPrices = getItemPrices; //# sourceMappingURL=index.js.map