File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" ) ]
You can’t perform that action at this time.
0 commit comments