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.

10 lines (9 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shopApiExtensions = void 0; const graphql_tag_1 = require("graphql-tag"); exports.shopApiExtensions = (0, graphql_tag_1.gql) ` extend type PaymentMethodQuote { customerPaymentLimit: Money } `;