Skip to content

Commit

Permalink
Fix addlicense (#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhevita committed Aug 9, 2023
1 parent 385ea56 commit a768ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Steam/Integration/ArchiWebHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ public sealed class ArchiWebHandler : IDisposable {
throw new ArgumentOutOfRangeException(nameof(subID));
}

Uri request = new(SteamCheckoutURL, $"/checkout/addfreelicense/{subID}");
Uri request = new(SteamStoreURL, $"/freelicense/addfreelicense/{subID}");

// Extra entry for sessionID
Dictionary<string, string> data = new(2, StringComparer.Ordinal) {
Expand Down

0 comments on commit a768ec4

Please sign in to comment.