Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit d596de2

Browse files
kirre-bylundMikkel Sørensen
authored andcommitted
Reflect name change of LootLockerResponse.Serialize -> Deserialize
1 parent 7c23001 commit d596de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Editor/AttributionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static void Verify(VerifyAttributionRequest data, Action<AttributionRespo
101101

102102
EndPointClass endPoint = new EndPointClass("game/attribution/unity", LootLockerHTTPMethod.POST);
103103

104-
LootLockerServerRequest.CallAPI(endPoint.endPoint, endPoint.httpMethod, json, (serverResponse) => { LootLockerResponse.Serialize(onComplete, serverResponse); }, false, LootLockerEnums.LootLockerCallerRole.Base);
104+
LootLockerServerRequest.CallAPI(endPoint.endPoint, endPoint.httpMethod, json, (serverResponse) => { LootLockerResponse.Deserialize(onComplete, serverResponse); }, false, LootLockerEnums.LootLockerCallerRole.Base);
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)