Skip to content

Commit ca3ba58

Browse files
committed
patch-9.2.3
1 parent 92fcc24 commit ca3ba58

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Adyen.Test/Adyen.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<IsPackable>false</IsPackable>
77

8-
<AssemblyVersion>9.2.2</AssemblyVersion>
8+
<AssemblyVersion>9.2.3</AssemblyVersion>
99

10-
<FileVersion>9.2.2</FileVersion>
10+
<FileVersion>9.2.3</FileVersion>
1111

12-
<Version>9.2.2</Version>
12+
<Version>9.2.3</Version>
1313

1414
<LangVersion>7.2</LangVersion>
1515
</PropertyGroup>

Adyen/Adyen.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
66
<Copyright>Adyen</Copyright>
7-
<Version>9.2.2</Version>
8-
<AssemblyVersion>9.2.2</AssemblyVersion>
9-
<FileVersion>9.2.2</FileVersion>
7+
<Version>9.2.3</Version>
8+
<AssemblyVersion>9.2.3</AssemblyVersion>
9+
<FileVersion>9.2.3</FileVersion>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<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>
1212
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<PackageTags>9.2.2</PackageTags>
15+
<PackageTags>9.2.3</PackageTags>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<Authors>Adyen</Authors>
1818
<Company>Adyen</Company>

Adyen/Constants/ClientConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public class ClientConfig
5858
public static string BinLookupApiVersion = "v50";
5959

6060
public static string LibName = "adyen-dotnet-api-library";
61-
public static string LibVersion = "9.2.2";
61+
public static string LibVersion = "9.2.3";
6262
}
6363
}

Adyen/Model/Terminal/SaleToAcquirerData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public class SaleToAcquirerData
4646
public string RecurringTokenService { get; set; }
4747
[JsonProperty(PropertyName = "store")]
4848
public string Store { get; set; }
49-
[JsonProperty(PropertyName = "scc")]
50-
public string Scc { get; set; }
49+
[JsonProperty(PropertyName = "ssc")]
50+
public string Ssc { get; set; }
5151
[JsonProperty(PropertyName = "merchantAccount")]
5252
public string MerchantAccount { get; set; }
5353
[JsonProperty(PropertyName = "currency")]

0 commit comments

Comments
 (0)