Skip to content

Commit 2b289cf

Browse files
committed
update course price
1 parent 4ad9a7f commit 2b289cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useUserInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const useUserInfo = () => {
6969
user_email: email,
7070
user_phone: `+51${phoneNumber}`,
7171
invitation_code: getParameterByName("invitation_code"),
72-
price: 29.0,
72+
price: 49.0,
7373
}),
7474
});
7575

0 commit comments

Comments
 (0)