-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Signed SMS Environment Variables #51
Labels
Comments
Hi, I'm fairly new to open source, and I was wondering if I could work on this for Hacktoberfest? |
Of course! Any help is welcomed! |
gthoffer
added a commit
to gthoffer/vonage-php-code-snippets
that referenced
this issue
Oct 2, 2020
…UMBER and VONAGE_API_SIGNATURE_SECRET so things work when running sms/send-signed-sms.php
gthoffer
added a commit
to gthoffer/vonage-php-code-snippets
that referenced
this issue
Oct 5, 2020
* 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 * Fix Vonage#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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: