cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Events Quick service

xsalgadog
Participant
0 Kudos
148

Hi,

How can I know the events that the quick service has, for example, card payment.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

R_Zieschang
Contributor
0 Kudos

Hi xsalgadog,

have a look at my latest blog.

after "'handleEvent': (event) => {" you can add console.log(event); This will log every event in CCOs eventbus to the browser console (which can be typically be opened with F12). This way you can easily identify which action on the ui creates which event.

hth

Robert

xsalgadog
Participant
0 Kudos

Thank you, so much