php-mpos/include
reappergrimd e15695e1ff Added cryptopia Api Call
Change Allows Site admin to pull last price from this exchange.
Configuration example

$config['price']['enabled'] = true;
$config['price']['url'] = 'https://www.cryptopia.co.nz/';;
$config['price']['target'] = 'api/GetMarket/2274'; // API call to get market via market id of coin (api/GetMarket/{coin market id}
$config['price']['currency'] = 'BTC'; //
2016-01-27 22:13:52 +02:00
..
classes Added cryptopia Api Call 2016-01-27 22:13:52 +02:00
config Merge pull request #2408 from MPOS/shared-db-update 2015-04-28 17:47:57 +02:00
lib removing more closing PHP tags 2015-04-26 20:19:50 -05:00
pages add bit about daemon not being fully synced 2015-06-19 10:36:12 -04:00
smarty/libs Removing closing PHP tags 2015-04-26 20:06:29 -05:00
autoloader.inc.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
bootstrap.php Merge pull request #2408 from MPOS/shared-db-update 2015-04-28 17:47:57 +02:00
database.inc.php removing more closing PHP tags 2015-04-26 20:19:50 -05:00
smarty_globals.inc.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
smarty.inc.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
version.inc.php [VERSION] MPOS 1.0.4 2015-06-08 11:41:23 +02:00