UNPKG

@test-org122/merchant-iframe

Version:

Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.

7 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MerchantValidationError = void 0; class MerchantValidationError extends Error { } exports.MerchantValidationError = MerchantValidationError; //# sourceMappingURL=MerchantValidationError.js.map