laravel-coinpayments
laravel-coinpayments copied to clipboard
Listener events not working
This is my listener
This is my eventserviceprovider
when a payment is completed it is entered in database such as:
But listener is not working.
Use case: I want to know which user paid and I want to update their records.
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
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.