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

Constant ENABLE_CONVERSATIONS_WHATSAPP_SANDBOX not found #46

Open
vruizext opened this issue Feb 27, 2020 · 1 comment
Open

Constant ENABLE_CONVERSATIONS_WHATSAPP_SANDBOX not found #46

vruizext opened this issue Feb 27, 2020 · 1 comment

Comments

@vruizext
Copy link

vruizext commented Feb 27, 2020

Hello there. I was trying to send whatsapp messages with the sandbox, as explained in the README.

Screenshot 2020-02-27 at 17 03 25

This raised an error, because the constant doesn't exist.

NameError: uninitialized constant MessageBird::Client::ENABLE_CONVERSATIONS_WHATSAPP_SANDBOX

Digging a bit into the repository, found that the constant do exists in master, though not in the last gem released.

The last gem released (1.4.2) is 6 months and 122 commits behind master, i.e. the commit introducing the feature isn't in the last release 61c592b

Any plans to release a new version?

I could find a way to make it work, monkey patching the classes, but would be nice if you could release it and push it to RubyGems anytime soon, so we can test on staging without monkey patching.

@diaclavijo
Copy link

diaclavijo commented Oct 27, 2023

This is also documented here https://dashboard.messagebird.com/en/whatsapp/sandbox but when you use the official SDK it breaks.

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

No branches or pull requests

2 participants