I have installed Coinpayment with https://github.com/hexters/CoinPayment inside mine project.
The problem what i;m getting is Coinpayments can't send IPN request to mine server or there is somewhere timeout. Now i have try all option and try to reinstall i'm not getting success to solve this problem.
Here is the picture what i'm getting in Coinpayments
ENV file
COINPAYMENT_PUBLIC_KEY=x
COINPAYMENT_PRIVATE_KEY=x
COINPAYMENT_CURRENCY=EUR
COINPAYMENT_IPN_ACTIVATE=true
COINPAYMENT_MARCHANT_ID=x
COINPAYMENT_IPN_SECRET=x
COINPAYMENT_IPN_DEBUG_EMAIL=x
I have also add the path for Except in App\Http\Middleware\VerifyCsrfToken
protected $except = [
'/coinpayment/ipn',
];
Can anyone help me to solve this problem?