Skip to content

Commit

Permalink
patch-9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Mar 29, 2024
1 parent 92fcc24 commit ca3ba58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Adyen.Test/Adyen.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>9.2.2</AssemblyVersion>
<AssemblyVersion>9.2.3</AssemblyVersion>

<FileVersion>9.2.2</FileVersion>
<FileVersion>9.2.3</FileVersion>

<Version>9.2.2</Version>
<Version>9.2.3</Version>

<LangVersion>7.2</LangVersion>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions Adyen/Adyen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>9.2.2</Version>
<AssemblyVersion>9.2.2</AssemblyVersion>
<FileVersion>9.2.2</FileVersion>
<Version>9.2.3</Version>
<AssemblyVersion>9.2.3</AssemblyVersion>
<FileVersion>9.2.3</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.</Description>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>9.2.2</PackageTags>
<PackageTags>9.2.3</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Adyen</Authors>
<Company>Adyen</Company>
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Constants/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ public class ClientConfig
public static string BinLookupApiVersion = "v50";

public static string LibName = "adyen-dotnet-api-library";
public static string LibVersion = "9.2.2";
public static string LibVersion = "9.2.3";
}
}
4 changes: 2 additions & 2 deletions Adyen/Model/Terminal/SaleToAcquirerData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public class SaleToAcquirerData
public string RecurringTokenService { get; set; }
[JsonProperty(PropertyName = "store")]
public string Store { get; set; }
[JsonProperty(PropertyName = "scc")]
public string Scc { get; set; }
[JsonProperty(PropertyName = "ssc")]
public string Ssc { get; set; }
[JsonProperty(PropertyName = "merchantAccount")]
public string MerchantAccount { get; set; }
[JsonProperty(PropertyName = "currency")]
Expand Down

0 comments on commit ca3ba58

Please sign in to comment.