UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 301 B
import {} from '@unchainedshop/core'; import { Invoice } from "./adapter.js"; export const InvoicePlugin = { key: 'shop.unchained.invoice', label: 'Invoice Payment Plugin', version: '1.0.0', adapters: [Invoice], }; export default InvoicePlugin; export { Invoice } from "./adapter.js";