|
@@ -11,7 +11,7 @@ class Product extends Model
|
|
|
|
|
|
public static function getChargeProduct($template_type)
|
|
|
{
|
|
|
- return self::whereIn('products.type', ['TICKET_RECHARGE', 'YEAR_ORDER',"MONTH_ORDER", "",'NEW_USER'])
|
|
|
+ return self::whereIn('products.type', ['TICKET_RECHARGE', 'YEAR_ORDER',"MONTH_ORDER", "QUARTER",'NEW_USER'])
|
|
|
->where('is_enabled', 1)
|
|
|
->where('template_type', $template_type)
|
|
|
->select(
|