hexters / CoinPayment

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

CoinPayment Facade not found #11

Closed andma1 closed 6 years ago

andma1 commented 6 years ago

image

How can i import Coinpayment facade?

HDVinnie commented 6 years ago

At the top of your controller add use CoinPayment;

andranik-m commented 6 years ago

What is it's namespace?

hexters commented 6 years ago

you can use

. . .
\CoinPayment::url_payload($trx);
. . .