UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 326 B
import {} from '@unchainedshop/core'; import { HundredOff } from "./adapter.js"; export const HundredOffPlugin = { key: 'shop.unchained.discount.100-off', label: '100 Off Discount Plugin', version: '1.0.0', adapters: [HundredOff], }; export default HundredOffPlugin; export { HundredOff } from "./adapter.js";