Skip to content

Commit

Permalink
Correcting enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
kzuri authored Oct 1, 2020
1 parent 69a6e1b commit d3f3870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vonage/Verify/Psd2Request.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Psd2Request : VerifyRequestBase
public enum Workflow
{
SMS_TTS_TTS = 1,
SMS_SMS_TTS = 1,
SMS_SMS_TTS = 2,
TTS_TTS = 3,
SMS_SMS = 4,
SMS_TTS = 5,
Expand Down

0 comments on commit d3f3870

Please sign in to comment.