UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 281 B
import {} from '@unchainedshop/core'; import { Post } from "./adapter.js"; export const PostPlugin = { key: 'shop.unchained.post', label: 'Post Delivery Plugin', version: '1.0.0', adapters: [Post], }; export default PostPlugin; export { Post } from "./adapter.js";