Skip to content

Conversation

kirre-bylund
Copy link
Contributor

No description provided.

/// <param name="classId">The id of the class to redeem this purchase for</param>
/// <param name="onComplete">onComplete Action for handling the response</param>
/// <param name="forPlayerWithUlid">Optional: Execute the request for the specified player. If not supplied, the default player will be used.</param>
public static void RedeemEpicStorePurchaseForClass(string accountId, string bearerToken, List<string> entitlementIds, string sandboxId, int classId, Action<LootLockerResponse> onComplete, string forPlayerWithUlid = null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should class ID here be player class ID?
Class ID would be the one viewable in the console, player class ID would be the class belonging to this player.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're right, but I can't find any other place that we've named it such. Neither in api dog nor in the SDKs...

@kirre-bylund kirre-bylund merged commit b6c3d4f into dev Sep 2, 2025
35 of 37 checks passed
@kirre-bylund kirre-bylund deleted the feat/epic-iap branch September 2, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants