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

25 lines 917 B
import '../delivery/post.js'; import '../payment/invoice.js'; import '../warehousing/store.js'; 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'; import '../quotations/manual.js'; import '../enrollments/licensed.js'; import '../events/node-event-emitter.js'; 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'; import gridfsModules from '../files/gridfs/index.js'; export default gridfsModules; //# sourceMappingURL=base.d.ts.map