From 8ccf2b8f5e8b6ca18a537f03ae5459c41b611b7e Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Wed, 2 Feb 2022 17:51:00 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b2db5e5..6ea8d50 100644 --- a/index.js +++ b/index.js @@ -5407,7 +5407,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", asyn } }) - if (value.templateId.toLowerCase() == "cardpack:cardpack_basic") { + if (req.body.currencySubType.toLowerCase() == "accountresource:voucher_basicpack") { Notifications[0].lootResult.items.push({ "itemType": value.templateId, "itemGuid": ID,