hexters / CoinPayment

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

Image URL for Teather USD (ERC20) #33

Closed paulwaldmann closed 4 years ago

paulwaldmann commented 4 years ago

Issue and Steps to Reproduce

The Teather USD (ETC20) aka USDT.ERC20 currency image is responding with status code 404 during checkout.

Screenshots

USDT

Expected

https://www.coinpayments.net/images/coins/USDT.png

Actual

https://www.coinpayments.net/images/coins/USDT.ERC20.png

Solution

Trim the dot notation in the image name.

'icon' => 'https://www.coinpayments.net/images/coins/' . $coin . '.png'