Vonage / vonage-php-code-snippets

PHP code examples for using Vonage APIs
MIT License
29 stars 56 forks source link

Remove deprecated fields from Update Number snippet #48

Closed marklewin closed 4 years ago

marklewin commented 4 years ago

Update number snippet should use app_id instead of deprecated messagesCallback* params.

See: https://nexmoinc.atlassian.net/browse/DEVX-3431

dragonmantank commented 4 years ago

Can you rebase this against the v2.2.0 branch, retarget to that v2.2.0 branch, and use the new interface? Otherwise we're going to update this code snippet and then immediately turn around in the next few days and replace it anyway.

marklewin commented 4 years ago

Committed changes under PR 49, so closing this one.