You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix issue Vonage#51: add environment variable placeholders for FROM_NUMBER and VONAGE_API_SIGNATURE_SECRET so things work when running sms/send-signed-sms.php
* FixVonage#52 - cast 'NUMBER_SEARCH_CRITERIA' as (string). Added comment to caution use of criteria starting with '0' to avoid conversion-to-octal issues. Added some more comments while I was at it to help users understand the use of the filter object
We need to add
FROM_NUMBER
andVONAGE_API_SIGNATURE_SECRET
to the.env-example
file so that they can be set when users runsms/send-signed-sms.php
The text was updated successfully, but these errors were encountered: