Update 'run.php'

This commit is contained in:
Illya Marchenko 2022-12-20 12:12:39 +02:00
parent 988a5032fd
commit c974b82d78

@ -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 = [];