@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 364 B
JavaScript
import {} from '@unchainedshop/core';
import { PaymentFreePrice } from "./adapter.js";
export const PaymentFreePricePlugin = {
key: 'shop.unchained.pricing.payment-free',
label: 'Free Payment Pricing Plugin',
version: '1.0.0',
adapters: [PaymentFreePrice],
};
export default PaymentFreePricePlugin;
export { PaymentFreePrice } from "./adapter.js";