You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm trying to give points to an user first time after registered.
givePoint(new UserRegistered($user));
it work from postman but not from my webapp.
Any idea?
The text was updated successfully, but these errors were encountered:
I think I have this ok, the question is:
All the logic on my controller it's working but not the function givePoint(new EveryFivePickups($recogida)) as an example, but addPoint($points = 10) works.
Hi!
I'm trying to give points to an user first time after registered.
givePoint(new UserRegistered($user));
it work from postman but not from my webapp.
Any idea?
The text was updated successfully, but these errors were encountered: