Update 'run.php'
This commit is contained in:
parent
988a5032fd
commit
c974b82d78
2
run.php
2
run.php
@ -58,7 +58,7 @@ foreach ($elements as $el) {
|
|||||||
'promo_end_date' => $promotion['endDate'],
|
'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
|
// Send telegram notification
|
||||||
$tg_msg_arr = [];
|
$tg_msg_arr = [];
|
||||||
|
Reference in New Issue
Block a user