@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 308 B
JavaScript
import {} from '@unchainedshop/core';
import { PickMup } from "./adapter.js";
export const PickMupPlugin = {
key: 'shop.unchained.stores',
label: 'Pick-up Stores Delivery Plugin',
version: '1.0.0',
adapters: [PickMup],
};
export default PickMupPlugin;
export { PickMup } from "./adapter.js";