laravel-coinpayments icon indicating copy to clipboard operation
laravel-coinpayments copied to clipboard

Listener events not working

Open AliAlican opened this issue 3 years ago • 2 comments

image This is my listener

image This is my eventserviceprovider

when a payment is completed it is entered in database such as: image

But listener is not working.

Use case: I want to know which user paid and I want to update their records.

AliAlican avatar Jul 29 '21 20:07 AliAlican

Please check that you didn't copy paste from the readme.MD like I did. LarvelCoinpayments has a typo and should be LaravelCoinpayments Check your Listener class

0xVavaldi avatar Nov 28 '21 02:11 0xVavaldi

I'll actually correct myself here. Your ipn_type in the database is "simple". You created a listener class for Deposit ipn requests. Putting in a reference to https://github.com/kevupton/laravel-coinpayments/issues/43, "simple" is not currently supported.

0xVavaldi avatar Dec 05 '21 01:12 0xVavaldi