@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
8 lines (7 loc) • 308 B
TypeScript
import cryptopayModules from '../payment/cryptopay/index.ts';
import '../warehousing/eth-minter.ts';
import '../pricing/product-price-rateconversion.ts';
import '../worker/update-ecb-rates.ts';
import '../worker/update-coinbase-rates.ts';
import '../worker/export-token.ts';
export default cryptopayModules;