TeleSign / php_telesign

The Telesign PHP SDK lets you easily integrate with our REST API.
MIT License
15 stars 33 forks source link

support for arbitrary params in Verify::call() #3

Closed jjergus closed 10 years ago

jjergus commented 10 years ago

This would allow us to pass in arbitrary params that are not explicitly supported by the call() method, such as the new "pressx" param.

I would recommend a similar change to any other methods that have additional params available beyond what the method header contains.

hmorales commented 10 years ago

This should have been created this way from the start. Thanks for the pull request!