UNPKG

@unchainedshop/plugins

Version:

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

11 lines (10 loc) 346 B
import {} from '@unchainedshop/core'; import { OrderPayment } from "./adapter.js"; export const OrderPaymentPlugin = { key: 'shop.unchained.pricing.order-payment', label: 'Order Payment Pricing Plugin', version: '1.0.0', adapters: [OrderPayment], }; export default OrderPaymentPlugin; export { OrderPayment } from "./adapter.js";