We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a9e36 commit 6cf8f49Copy full SHA for 6cf8f49
src/ps-web-apis.ts
@@ -42,6 +42,7 @@ export interface WhoamiUserInfo {
42
user_id: string;
43
first_name?: string;
44
last_name?: string;
45
+ email: string;
46
}
47
48
export interface PurchaseData {
0 commit comments