Fixed missing US price by getting country code from inline script#983
Fixed missing US price by getting country code from inline script#983ccloli wants to merge 1 commit into
Conversation
|
Hi ccloli, region price issue is most likely fixed by #973. |
|
Tested and confirmed that it also works for me. Seems that after requested |
|
A temporary way to fix is go to http://store.steampowered.com/steamaccount/addfunds by yourself, after requested it, a cookie named I merged branch |


This should fix #939.
Sometimes both
steamCC...andsteamCountryare not defined in cookie, so the country code is alwaysus.Here is a solution that mentioned in #939L3. We can get country code from
g_oSuggestParams.cc, but sometimes it's not defined. It's defined after an inline script executed, so we can match CC from the inline script.BTW, from my test, this PR has no conflicts with PR #982, so both of them can be merged safely.