Skip to content

Commit

Permalink
fix payment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathamesh483 committed Dec 24, 2024
1 parent beee34d commit a07f18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ class Service {
type: EVENT_TYPES.USER_CREATED,
data: {
userId: newUser.public_id,
referral_code: referral_code
referral_code: referral_code,
role: newUser.userrole
},
});

Expand Down

0 comments on commit a07f18b

Please sign in to comment.