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

Fix from is now mandatory for WA verify2 (WABA) #469

Closed SecondeJK closed 6 months ago

SecondeJK commented 6 months ago

from parameter is now mandatory when using WhatsApp for Verify v2

Description

Previously, a shared Vonage WABA was used. This is no longer the case.

Motivation and Context

I am counting this as a patch, but it is technically a change that is backwards breaking. This is, however, at the API level and therefore it is the API versioning that should be adjusted. A major release at this point is likely to cause more difficulties to customers than a patch to make sure the SDK has parity with the API.

How Has This Been Tested?

Tests adjusted

Example Output or Screenshots (if appropriate):

Types of changes

Checklist: