Archived
Update 'run.php'
This commit is contained in:
1 parent
988a5032fd
commit
c974b82d78
1 file changed
+1
-1
@@ -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 = [];
|
||||
|
||||
Reference in new issue
Block a user