UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 343 B
import {} from '@unchainedshop/core'; import { BulkGateWorker } from "./adapter.js"; export const BulkGatePlugin = { key: 'shop.unchained.worker-plugin.bulkgate', label: 'BulkGate SMS Worker Plugin', version: '1.0.0', adapters: [BulkGateWorker], }; export default BulkGatePlugin; export { BulkGateWorker } from "./adapter.js";