Skip to content
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

Fix issue #51: add environment variable placeholders for FROM_NUMBER … #59

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gthoffer
Copy link

@gthoffer gthoffer commented Oct 2, 2020

…and VONAGE_API_SIGNATURE_SECRET so things work when running sms/send-signed-sms.php
Fixes Issue #51

…UMBER and VONAGE_API_SIGNATURE_SECRET so things work when running sms/send-signed-sms.php
…ent 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
@@ -9,8 +9,17 @@
$client = new \Vonage\Client($basic);

/** @var IterableAPICollection $response */
/** Note: be careful when specifying "NUMBER_SEARCH_CRITERIA" environment variable:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we revert the changes made in this file and handle it all in #60 ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm afraid I have made a monumental mess of these pull requests.
Do you want to just close these two and I will create a new pull request with a single, merged commit that has fixes for both Issue #51 and Issue #52? I will merge them into my forked master branch as a squash commit and then create a pull request for you. How does that sound? Thank you for being patient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants