@obb871001/api-integration-sdk 1.0.331 → 1.0.333
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7891,11 +7891,7 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
|
|
|
7891
7891
|
case ze.TRANSFER_IN_GAME:
|
|
7892
7892
|
case ze.CHECK_REQUEST:
|
|
7893
7893
|
if (Z && U) {
|
|
7894
|
-
const { request_id: me, amount: ce, platform: ke, status: fe } = re(
|
|
7895
|
-
N,
|
|
7896
|
-
"data",
|
|
7897
|
-
{}
|
|
7898
|
-
), Ie = localStorage.getItem(
|
|
7894
|
+
const { request_id: me, amount: ce, platform: ke, status: fe } = re(N, "data", {}) || {}, Ie = localStorage.getItem(
|
|
7899
7895
|
"transfer_in_game_request_id"
|
|
7900
7896
|
);
|
|
7901
7897
|
if (fe === "pending") {
|