Skip to content

Commit

Permalink
Merge pull request #34 from FurriousFox/patch-1
Browse files Browse the repository at this point in the history
Fix claiming free-on-demand licenses
  • Loading branch information
DoctorMcKay authored Sep 3, 2024
2 parents 44e2481 + fffbe9e commit 67fa738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SteamStore = require('../index.js');
SteamStore.prototype.addFreeLicense = function(subID, callback) {
return StdLib.Promises.callbackPromise(null, callback, true, (resolve, reject) => {
this.request.post({
"uri": "https://store.steampowered.com/checkout/addfreelicense",
"uri": "https://store.steampowered.com/freelicense/addfreelicense",
"form": {
"action": "add_to_cart",
"sessionid": this.getSessionID(),
Expand Down

0 comments on commit 67fa738

Please sign in to comment.