@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 393 B
JavaScript
import {} from '@unchainedshop/core';
import { LicensedEnrollments } from "./adapter.js";
export const LicensedEnrollmentsPlugin = {
key: 'shop.unchained.enrollments.licensed',
label: 'Licensed Enrollments Plugin',
version: '1.0.0',
adapters: [LicensedEnrollments],
};
export default LicensedEnrollmentsPlugin;
export { LicensedEnrollments, rangeMatcher } from "./adapter.js";