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 (5 loc) 180 B
import { MerchantContext } from "../objects"; export interface IContextProvider { getMerchantContext(): MerchantContext; setMerchantContext(context: MerchantContext): void; }