@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 368 B
JavaScript
import {} from '@unchainedshop/core';
import { DeliverySwissTax } from "./adapter.js";
export const DeliverySwissTaxPlugin = {
key: 'shop.unchained.pricing.delivery-swiss-tax',
label: 'Delivery Swiss Tax Plugin',
version: '1.0.0',
adapters: [DeliverySwissTax],
};
export default DeliverySwissTaxPlugin;
export { DeliverySwissTax } from "./adapter.js";