UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

19 lines 613 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentMethodEvent = void 0; const vendure_entity_event_1 = require("../vendure-entity-event"); /** * @description * This event is fired whenever a {@link PaymentMethod} is added, updated * or deleted. * * @docsCategory events * @docsPage Event Types */ class PaymentMethodEvent extends vendure_entity_event_1.VendureEntityEvent { constructor(ctx, entity, type, input) { super(entity, type, ctx, input); } } exports.PaymentMethodEvent = PaymentMethodEvent; //# sourceMappingURL=payment-method-event.js.map