@test-org122/merchant-iframe
Version:
Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.
15 lines (13 loc) • 434 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Hypernet Protocol Merchant Iframe</title>
</head>
<body>
<div id="__hypernet-protocol-merchant-iframe__"></div>
<script src="index.js" type="text/javascript"></script>
</body>
</html>