We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Chain icons are not showing because these icons are in the /images/chained folder
How can I call them ? the following in the ajax controller is defined as $icon how to add another variable? I tried @icon1 but no luck!!!
$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/' . $img . '.png';
I suppose I need:
$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/chained/' . $img . '.png';
The text was updated successfully, but these errors were encountered:
The CoinPayments 'rates' API call returns the coin image URL so they can get the right image URL for the coin from there.
Sorry, something went wrong.
No branches or pull requests
The Chain icons are not showing because these icons are in the /images/chained folder
How can I call them ? the following in the ajax controller is defined as $icon how to add another variable?
I tried @icon1 but no luck!!!
$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/' . $img . '.png';
I suppose I need:
$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/chained/' . $img . '.png';
The text was updated successfully, but these errors were encountered: