fix: payment link endpoint for website (#627)

This commit is contained in:
Nikhil
2024-07-15 21:02:50 +05:30
committed by sriram veeraghanta
parent 8dd3e86b55
commit accf7b03ff

View File

@@ -129,7 +129,7 @@ class WebsitePaymentLinkEndpoint(BaseAPIView):
"user_id",
"user_role",
)
.values("user_email", "user_id")
.values("user_email", "user_id", "user_role")
)
# Convert the user_id to string