@tender-cash/agent-sdk-react 0.3.6-beta.1 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@ import { createPortal as Ja } from "react-dom";
|
|
|
7
7
|
/**
|
|
8
8
|
* agent-sdk-react.js
|
|
9
9
|
* @summary
|
|
10
|
-
* @version v0.3.6
|
|
10
|
+
* @version v0.3.6
|
|
11
11
|
* @author Tender
|
|
12
12
|
* @license Released under the MIT license.
|
|
13
13
|
* @copyright Tender Cash
|
|
@@ -12968,17 +12968,8 @@ const wx = ({
|
|
|
12968
12968
|
}
|
|
12969
12969
|
)
|
|
12970
12970
|
] }) });
|
|
12971
|
-
}, Zx = ({
|
|
12972
|
-
|
|
12973
|
-
amount: t,
|
|
12974
|
-
accessId: r,
|
|
12975
|
-
accessSecret: n,
|
|
12976
|
-
env: a,
|
|
12977
|
-
fiatCurrency: s,
|
|
12978
|
-
paymentExpirySeconds: l,
|
|
12979
|
-
onEventResponse: c
|
|
12980
|
-
}) => Ja(
|
|
12981
|
-
/* @__PURE__ */ P.jsx("div", { id: "tender-cash-agent-sdk", className: "tender-cash-agent-sdk", children: /* @__PURE__ */ P.jsx(
|
|
12971
|
+
}, Zx = ({ referenceId: e, amount: t, accessId: r, accessSecret: n, env: a, fiatCurrency: s, paymentExpirySeconds: l, onEventResponse: c }) => /* @__PURE__ */ P.jsx("div", { id: "tender-cash-agent-sdk", className: "tender-cash-agent-sdk", children: Ja(
|
|
12972
|
+
/* @__PURE__ */ P.jsx(
|
|
12982
12973
|
fx,
|
|
12983
12974
|
{
|
|
12984
12975
|
config: {
|
|
@@ -12993,9 +12984,9 @@ const wx = ({
|
|
|
12993
12984
|
},
|
|
12994
12985
|
children: /* @__PURE__ */ P.jsx(Rx, {})
|
|
12995
12986
|
}
|
|
12996
|
-
)
|
|
12987
|
+
),
|
|
12997
12988
|
document.body
|
|
12998
|
-
);
|
|
12989
|
+
) });
|
|
12999
12990
|
export {
|
|
13000
12991
|
Zx as TenderAgentSdk
|
|
13001
12992
|
};
|