UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

11 lines (10 loc) 371 B
import {} from '@unchainedshop/core'; import { HalfPriceManual } from "./adapter.js"; export const HalfPriceManualPlugin = { key: 'shop.unchained.discount.half-price-manual', label: 'Half Price Manual Discount Plugin', version: '1.0.0', adapters: [HalfPriceManual], }; export default HalfPriceManualPlugin; export { HalfPriceManual } from "./adapter.js";