mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 22:40:30 +00:00
Fix wrong status after reedeming the key
This commit is contained in:
@@ -30,8 +30,8 @@ namespace ArchiSteamFarm {
|
|||||||
|
|
||||||
internal sealed class PurchaseResponseCallback : CallbackMsg {
|
internal sealed class PurchaseResponseCallback : CallbackMsg {
|
||||||
internal enum EPurchaseResult {
|
internal enum EPurchaseResult {
|
||||||
Unknown = 0,
|
Unknown = -1,
|
||||||
OK = 1,
|
OK = 0,
|
||||||
AlreadyOwned = 9,
|
AlreadyOwned = 9,
|
||||||
InvalidKey = 14,
|
InvalidKey = 14,
|
||||||
DuplicatedKey = 15,
|
DuplicatedKey = 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user