Google Play Services callback function is not receiving messages (SOLVED)

Hi, i’m trying to implement gpgs in my game. When game starts gpgs log in pop up shows up but gpgs callback does not receive any message. Any of my prints functions do not print out.
Here is my gpgs implementation:
play_services.script (2.9 KB)

Here is my logcat ss:

And my google cloud receives my requests.

Oh i’ve seen my biggest fault that i did not use message.status instead I used message.STATUS_SUCCESS what a dumb mistake. I’m gonna test it now.

Edit: Yes, it’s working.