UNPKG

@test-org122/test-merchant-connector

Version:

An example dispute mediator for testing, which always resolve's in the sender's favor.

7 lines 192 B
import { IMerchantConnector } from "@test-org122/merchant-connector"; declare global { interface Window { connector: IMerchantConnector; } } //# sourceMappingURL=index.d.ts.map