Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

added missing sender id option #50

Closed serkangunes closed 3 years ago

serkangunes commented 3 years ago

At the moment if you set the Sender ID option in VerifyOpts struct it is ignored. I found that it was missing from transformation in verify.go and I have added that.