File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ Gleap.preFillForm({
5
5
"userId" : "1233"
6
6
} ) ;
7
7
8
- Gleap . setApiUrl ( "http://localhost:9000 " ) ;
8
+ // Gleap.setFrameUrl ("http://localhost:3000 ");
9
9
// Gleap.setLanguage("en");
10
- Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " ) ;
10
+ Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
11
11
12
12
Gleap . identify ( "user_19283" , {
13
- name : "Franz AB" ,
13
+ name : "Franz AB"
14
14
} ) ;
15
15
16
16
Gleap . attachCustomData ( {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gleap" ,
3
- "version" : " 7.0.23 " ,
3
+ "version" : " 7.0.24 " ,
4
4
"main" : " build/index.js" ,
5
5
"scripts" : {
6
6
"start" : " webpack serve" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export default class GleapSession {
10
10
name : "" ,
11
11
email : "" ,
12
12
userId : "" ,
13
+ value : 0
13
14
} ;
14
15
ready = false ;
15
16
onSessionReadyListener = [ ] ;
@@ -62,6 +63,7 @@ export default class GleapSession {
62
63
type : null ,
63
64
name : "" ,
64
65
email : "" ,
66
+ value : 0 ,
65
67
} ;
66
68
67
69
// Start guest session.
You can’t perform that action at this time.
0 commit comments