mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix addlicense (#2983)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user