UNPKG

@test-org122/merchant-iframe

Version:

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

11 lines 608 B
import { IMerchantConnectorRepository } from "@merchant-iframe/interfaces/data"; import { IAjaxUtils } from "@test-org122/utils"; import { ResultAsync } from "neverthrow"; export declare class MerchantConnectorRepository implements IMerchantConnectorRepository { protected ajaxUtils: IAjaxUtils; constructor(ajaxUtils: IAjaxUtils); getMerchantSignature(merchantUrl: URL): ResultAsync<string, Error>; getMerchantAddress(merchantUrl: URL): ResultAsync<string, Error>; getMerchantCode(merchantUrl: URL): ResultAsync<string, Error>; } //# sourceMappingURL=MerchantConnectorRepository.d.ts.map