berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
502 stars 176 forks source link

Segment mistake when sending Custom Notification #155

Closed maxdacruz closed 2 years ago

maxdacruz commented 3 years ago

When you call "sendNotificationCustom" without including the 'included_segments' parameter you set it to 'all' by default where it should be 'All' , it is case sensitive in the first case no notifications will be sent even if u get 200 from OneSignal.