hexters / CoinPayment

Package to handle payment of cryptocurrency
https://www.coinpayments.net/index.php?ref=3dc0c5875304cc5cc1d98782c2741cb5
MIT License
73 stars 42 forks source link

Class 'Hexters\CoinPayment\CoinPayment' not found #57

Open RJonwal opened 3 years ago

RJonwal commented 3 years ago

Hello i setup the whole package with command successfully. all env variables are published.

when i try to create a demo transaction it gives me this error every time when i call

CoinPayment::generatelink($transaction);

please help me as soon as possible thank you Screenshot_1 Screenshot

Screenshot_2

ThatLadyDev commented 3 years ago

I had this same issue. The command php artisan optimize:clear fixed it on my end.