gomoob / php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
http://gomoob.github.io/php-pushwoosh
MIT License
65 stars 37 forks source link

Revert "Add support for NOTIN with ListCondition" #55

Closed bgaillard closed 8 years ago

bgaillard commented 8 years ago

Reverts gomoob/php-pushwoosh#54

Oups, I merged this but I'm not sure NOTIN should be supported with the LIST condition. In the official Remote Guide http://docs.pushwoosh.com/docs/createmessage they only indicate that IN operator is supported for the LIST condition.

So are you sure NOTIN is supported, If yes could you provide a link which shows this ?