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
917 stars 181 forks source link

Fix Numbers Flow #423

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

This is a follow up to #396, that corrects the full flow to work correctly.

Description

A deprecation message exists for passing in a Number object, but still relies on it's setter methods for the body that is passed in the API Request. This PR fixes that.

How Has This Been Tested?

Tests fixed to reflect correct behaviour

Types of changes

Checklist: