mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-12 07:00:04 +03:00
Fix v3 example
This commit is contained in:
parent
eb137fbcba
commit
193b90fcaf
@ -7,7 +7,7 @@
|
||||
* 'softwareVersion' => 'v3.14'
|
||||
* )); *
|
||||
*
|
||||
* $result = $eddn->publishCommodityV2(
|
||||
* $result = $eddn->publishCommodityV3(
|
||||
* 'Eranin',
|
||||
* 'Azeban Orbital',
|
||||
* time(),
|
||||
@ -73,7 +73,7 @@ class EDDN
|
||||
|
||||
public function publishCommodityV3($systemName, $stationName, $timestamp, array $commodities)
|
||||
{
|
||||
$schema = self::$_schemas['commodity-v2'][((self::$_debug === true) ? 'test' : 'production')];
|
||||
$schema = self::$_schemas['commodity-v3'][((self::$_debug === true) ? 'test' : 'production')];
|
||||
|
||||
$message = array();
|
||||
$message['systemName'] = $systemName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user