laravel-notification-channels / smsapi

Smsapi notification channel for Laravel 5.5+
http://laravel-notification-channels.com
MIT License
22 stars 18 forks source link

fix: handling of default values #15

Closed pxlrbt closed 4 years ago

pxlrbt commented 4 years ago

SMS, MMS and VMS defaults were only validated when common was not empty. Common values had no effect since they were removed immediately by array_only after merging.

This is a duplicate of https://github.com/laravel-notification-channels/smsapi/pull/14. I messed up my branch by accidentally force pushing the resetted branch 🤦‍♂️