hexters / CoinPayment

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

stock on loading after click the payment button #30

Closed kitspoitwaecy closed 4 years ago

kitspoitwaecy commented 4 years ago

https://fastbit.ielev8net.com/assets/images/error2.png

Please see this link

hexters commented 4 years ago

Please see response from server, click network tab and review for the response

kitspoitwaecy commented 4 years ago

https://fastbit.ielev8net.com/assets/images/error3.png where can I find sorry

kitspoitwaecy commented 4 years ago

https://fastbit.ielev8net.com/assets/images/error4.png

apache, what is the problem with that, you think?

kitspoitwaecy commented 4 years ago

https://fastbit.ielev8net.com/assets/images/error5.png

Here is the response from server.

hexters commented 4 years ago
$ php artisan vendor:publish --tag=coinpayment

And check file app/Jobs/CoinpaymentListener.php if not exists copy CoinpaymentListener.php to your jobs folder

buildbro commented 4 years ago

I am facing same issue. I ran vendor:publish and go the following:

ea (master *+) spiritgram $ php artisan vendor:publish --tag=coinpayment
Copied Directory [/vendor/hexters/coinpayment/src/Resources/assets/images] To [/public]
Publishing complete.
ea (master *+) spiritg

I also have app/Jobs/CoinpaymentListener.php in my project.

UPDATE: Looking a the network tab I saw "This API Key does not have permission to use that command!" Updating permission on coinpayment site fixed the issue. Thanks for providing this awesome tool.