diff --git a/src/core/studentClient.ts b/src/core/studentClient.ts index 3e44937..59bc834 100644 --- a/src/core/studentClient.ts +++ b/src/core/studentClient.ts @@ -78,7 +78,7 @@ export class StudentClient extends BaseClient { * @param itemId number * @returns An object containg balence and id */ - async postRewardPurchase(itemId: number): Promise { + async purchasePurchase(itemId: number): Promise { return ( await this.makeAuthedRequest( this.API_BASE + "/purchase/" + itemId,