Skip to content

Commit

Permalink
fix(premium): gifting premium was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Durss committed Nov 21, 2024
1 parent 747cdf2 commit 2b6a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_back/controllers/PaypalController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class PaypalController extends AbstractController {

const token = await this.getToken();
const body:any = request.body;
const giftedUserId = body.giftedUser;
const giftedUserId = body.giftUserId;
let giftedUser:TwitchUserInfos|null = null;
let errorMessage = "";

Expand Down

0 comments on commit 2b6a40f

Please sign in to comment.