We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0343b5b commit 6133b20Copy full SHA for 6133b20
src/XIVAPI/Api/Market.php
@@ -67,11 +67,11 @@ public function categories()
67
return Guzzle::get("/market/categories");
68
}
69
70
- public function manualUpdateItem(string $accessKey, int $itemId, string $server)
+ public function manualUpdateItem(string $accessKey, int $itemId, int $server)
71
{
72
return Guzzle::get("/private/market/item/update", [
73
RequestOptions::QUERY => [
74
- 'companion_access_key' => $accessKey,
+ 'access' => $accessKey,
75
'item_id' => $itemId,
76
'server' => $server,
77
]
0 commit comments