Changeset 1840964
- Timestamp:
- 03/15/2018 08:18:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cryptocurrency-rates-shortcode/trunk/crypto-shortcode.php
r1840961 r1840964 45 45 $final = json_decode($callResponse,true); 46 46 $final = $final[0]['price_usd']; 47 $coinPrices[] = $final;47 $coinPrices[] = number_format($final,2); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.