diff --git a/components/account.js b/components/account.js index bc8e115..c7fd1e4 100644 --- a/components/account.js +++ b/components/account.js @@ -333,7 +333,7 @@ SteamStore.prototype.createWallet = function(code, billingAddress, callback) { 'currencyCode' ], callback, (accept, reject) => { this.request.post({ - "uri": "https://store.steampowered.com/account/createwalletandcheckfunds/", + "uri": "https://store.steampowered.com/account/ajaxcreatewalletandcheckfunds/", "form": { "wallet_code": code, "CreateFromAddress": "1",