Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 1994cce

Browse files
Update views.py
1 parent a60c00a commit 1994cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Profile/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def post(self, request):
625625

626626
if userProfile.new_user:
627627
if userWallet.points >= userAmount:
628-
if userAmount >= 4550:
628+
if userAmount >= 4500:
629629
userWallet.points -= userAmount
630630
# Set new user to false
631631
userProfile.new_user = False
@@ -719,7 +719,7 @@ def get(self, request, *args, **kwargs):
719719

720720
class GetReferralInfoAPI(APIView):
721721
# Getting the list of Referrals for the User
722-
email = "Usmansuperstar233@gmail.com"
722+
email = "apptesta61@gmail.com"
723723
user = User.objects.get(email=email)
724724

725725
def get(self, request, format=None):

0 commit comments

Comments
 (0)