UNPKG

@unchainedshop/plugins

Version:

Because of a Typescript issue with upstream "postfinancecheckout", the Postfinance plugin has been disabled from transpilation, import the source ts files from src and enable node_module tsc or copy over the src/payment/postfinance-checkout to your projec

43 lines (33 loc) 1.02 kB
// Delivery import '../delivery/post.js'; // Payment import '../payment/invoice.js'; // Warehousing import '../warehousing/store.js'; // Pricing import '../pricing/free-payment.js'; import '../pricing/free-delivery.js'; import '../pricing/order-items.js'; import '../pricing/order-discount.js'; import '../pricing/order-delivery.js'; import '../pricing/order-payment.js'; import '../pricing/product-catalog-price.js'; import '../pricing/product-discount.js'; // Quotations import '../quotations/manual.js'; // Enrollments import '../enrollments/licensed.js'; // Event Queue import '../events/node-event-emitter.js'; // Workers import '../worker/bulk-import.js'; import '../worker/zombie-killer.js'; import '../worker/message.js'; import '../worker/external.js'; import '../worker/http-request.js'; import '../worker/heartbeat.js'; import '../worker/email.js'; import '../worker/error-notifications.js'; // Asset Management import gridfsModules from '../files/gridfs/index.js'; export default gridfsModules;