From c974b82d780bb2efeed5b6739816fcd44f9faa3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B9=E3=83=84=E3=82=BC=E3=83=AB?= Date: Tue, 20 Dec 2022 12:12:39 +0200 Subject: [PATCH] Update 'run.php' --- run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.php b/run.php index 8064448..a9efb7e 100644 --- a/run.php +++ b/run.php @@ -58,7 +58,7 @@ foreach ($elements as $el) { 'promo_end_date' => $promotion['endDate'], ]; - $game_url = "https://www.epicgames.com/store/en-US/p/{$el['catalogNs']['mappings'][0]['pageSlug']}"; + $game_url = "https://www.epicgames.com/store/en-US/p/{$el['productSlug']}"; // Send telegram notification $tg_msg_arr = [];