Skip to content

Commit

Permalink
fixing path for psd2, updating version in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Jun 23, 2020
1 parent 59518df commit adeab69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Nexmo.Csharp.Client</id>
<version>5.0.0</version>
<version>5.1.0</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official C#/.NET wrapper for the Nexmo API</description>
<releaseNotes>
https://github.com/Nexmo/nexmo-dotnet/releases/tag/v5.0.0
https://github.com/Nexmo/nexmo-dotnet/releases/tag/v5.1.0
</releaseNotes>
<copyright>© Nexmo 2020</copyright>
<tags>SMS voice telephony phone nexmo vonage</tags>
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api/Verify/VerifyClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public VerifyControlResponse VerifyControl(VerifyControlRequest request, Credent
public VerifyResponse VerifyRequestWithPSD2(Psd2Request request, Credentials creds)
{
var response = ApiRequest.DoPostRequestUrlContentFromObject<VerifyResponse>(
ApiRequest.GetBaseUri(ApiRequest.UriType.Api, "/psd2/json"),
ApiRequest.GetBaseUri(ApiRequest.UriType.Api, "/verify/psd2/json"),
request,
creds ?? Credentials
);
Expand Down

0 comments on commit adeab69

Please sign in to comment.