Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

Verify with whatsapp should pass the $from variable through #467

Closed stefanfr closed 6 months ago

stefanfr commented 6 months ago

https://github.com/Vonage/vonage-php-sdk-core/blame/8cc9df07499795400b6fc2511e77e4b0734821e5/src/Verify2/Request/WhatsAppRequest.php#L20

The $from variable should be passed through to the VerificationWorkflow class. Else this results in Invalid params: The value of one or more parameters is invalid. See https://www.nexmo.com/messages/Errors#InvalidParams for more information

SecondeJK commented 6 months ago

This is a very recent change, and is in my workload to correct (from is now mandatory as you must use your own WABA to use Verify with WhatsApp)

SecondeJK commented 6 months ago

469 has now been released as 4.6.3, thank you for reporting.