-
Test Notification for Apple And Google Did I miss something on setup? why I didnt catch any events v1.4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm not sure, but just add a - App\Listeners\AppleDidRenew::class
+ \App\Listeners\AppleDidRenew::class -- EDIT -- Make sure you are importing the classes the right way, I meant. Bot the event class and the handlers. |
Beta Was this translation helpful? Give feedback.
-
I already done that but nothing happens. :(
…On Thu, Nov 10, 2022 at 3:00 AM Dhemy ***@***.***> wrote:
I'm not sure, but just add a \ before the class name inside the array:
- App\Listeners\AppleDidRenew::class+ \App\Listeners\AppleDidRenew::class
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZJNJY7CIDVUAAUVZ3TWRBLWHPYEJANCNFSM6AAAAAAR3VTGBQ>
.
You are receiving this because you authored the thread.Message ID:
<imdhemy/laravel-in-app-purchases/repo-discussions/195/comments/4100266@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I'm sorry Dhemy Its working already thank you!!!
On Thu, Nov 10, 2022 at 4:06 PM Marco Rafael Tolentino ***@***.***>
wrote:
… I already done that but nothing happens. :(
On Thu, Nov 10, 2022 at 3:00 AM Dhemy ***@***.***> wrote:
> I'm not sure, but just add a \ before the class name inside the array:
>
> - App\Listeners\AppleDidRenew::class+ \App\Listeners\AppleDidRenew::class
>
> —
> Reply to this email directly, view it on GitHub
> <#195 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AZJNJY7CIDVUAAUVZ3TWRBLWHPYEJANCNFSM6AAAAAAR3VTGBQ>
> .
> You are receiving this because you authored the thread.Message ID:
> <imdhemy/laravel-in-app-purchases/repo-discussions/195/comments/4100266@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
I'm not sure, but just add a
\
before the class name inside the array:-- EDIT --
Make sure you are importing the classes the right way, I meant. Bot the event class and the handlers.