Skip to content

Commit 176ca9a

Browse files
authored
Update index.php
1 parent 9de4623 commit 176ca9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
$response = $forex-> get_converter(200, 'EUR','USD'); // 200EUR to output 240 USD
2626
2727
$response = $forex-> get_base_prices('EUR');
28+
$response = $forex-> get_base_prices('EUR','forex',true); // return with update time
2829
$response = $forex-> get_base_prices('EUR','crypto');
2930
3031
$response = $forex-> get_latest_price('all_forex');

0 commit comments

Comments
 (0)