Skip to content

Commit

Permalink
1.2.6 - Fix languages
Browse files Browse the repository at this point in the history
  • Loading branch information
standakouba committed Sep 25, 2023
1 parent b6f69b4 commit 9e49d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GoPay.net-sdk/src/Model/Payment/Lang.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public class Lang
public const string IT = "IT";
public const string ES = "ES";
public const string UK = "UK";
public const string EE = "EE";
public const string ET = "ET";
public const string LT = "LT";
public const string LV = "LV";
public const string SI = "SI";
public const string SL = "SL";
public const string PT = "PT";
}
}
4 changes: 2 additions & 2 deletions Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>GoPay.NET</id>
<version>1.2.4</version>
<version>1.2.6</version>
<authors>Stanislav Kouba, Frantisek Sichinger</authors>
<owners>GoPay s.r.o.</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/gopaycommunity/gopay-dotnet-api</projectUrl>
<icon>images/icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>GoPay .NET sdk</description>
<releaseNotes>Fixed refund call headers</releaseNotes>
<releaseNotes>Fixed languages</releaseNotes>
<copyright>Copyright 2023</copyright>
<tags>GoPay Platebni brana</tags>
<dependencies>
Expand Down

0 comments on commit 9e49d79

Please sign in to comment.