|
@@ -383,6 +383,7 @@ class OrderServices
|
|
|
302 => 'bankrupt_gift_chips',
|
|
302 => 'bankrupt_gift_chips',
|
|
|
304 => 'daily_gift_chips',
|
|
304 => 'daily_gift_chips',
|
|
|
305 => 'vip_inactive_gift_chips',
|
|
305 => 'vip_inactive_gift_chips',
|
|
|
|
|
+ 306 => 'free_bonus_gift_chips',
|
|
|
402 => 'christmas_gift_chips',
|
|
402 => 'christmas_gift_chips',
|
|
|
];
|
|
];
|
|
|
$type = $typeMap[$GiftsID] ?? 'unknown';
|
|
$type = $typeMap[$GiftsID] ?? 'unknown';
|