Skip to content

Commit a44fe4b

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Fixes after testing with iap
1 parent 7995f7a commit a44fe4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Game/Requests/ClassRequests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ public class LootLockerClassAsset
142142
public class LootLockerPlayerClassListResponse : LootLockerResponse
143143
{
144144
#if LOOTLOCKER_USE_NEWTONSOFTJSON
145-
[JsonProperty("characters")]
145+
[JsonProperty("items")]
146146
#else
147-
[Json(Name = "characters")]
147+
[Json(Name = "items")]
148148
#endif
149149
public LootLockerClass[] classes { get; set; }
150150
}

0 commit comments

Comments
 (0)