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 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MerchantConnectorError = void 0; class MerchantConnectorError extends Error { } exports.MerchantConnectorError = MerchantConnectorError; //# sourceMappingURL=MerchantConnectorError.js.map