@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 341 B
JavaScript
import {} from '@unchainedshop/core';
import { SendMessage } from "./adapter.js";
export const SendMessagePlugin = {
key: 'shop.unchained.delivery.send-message',
label: 'Send Message Delivery Plugin',
version: '1.0.0',
adapters: [SendMessage],
};
export default SendMessagePlugin;
export { SendMessage } from "./adapter.js";