@test-org122/merchant-iframe
Version:
Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.
9 lines • 429 B
TypeScript
import { MerchantContext } from "@merchant-iframe/interfaces/objects";
import { IContextProvider } from "@merchant-iframe/interfaces/utils";
export declare class ContextProvider implements IContextProvider {
protected context: MerchantContext;
constructor(merchantUrl: URL);
getMerchantContext(): MerchantContext;
setMerchantContext(context: MerchantContext): void;
}
//# sourceMappingURL=ContextProvider.d.ts.map