UNPKG

vendure-plugin-payment-terms

Version:

This plugin allows certain customers to pay using Payment Terms. Payment Terms are when a customer is allowed to make a payment a certain number of days after an invoice is due.

6 lines (5 loc) 202 B
export * from './api/email-event-handlers'; export * from './api/payment-eligibilty-checker'; export * from './api/payment-handler'; export * from './api/payment-terms-event'; export * from './plugin';