Skip to content

Commit 6133b20

Browse files
committed
Update manual update logic
1 parent 0343b5b commit 6133b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/XIVAPI/Api/Market.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ public function categories()
6767
return Guzzle::get("/market/categories");
6868
}
6969

70-
public function manualUpdateItem(string $accessKey, int $itemId, string $server)
70+
public function manualUpdateItem(string $accessKey, int $itemId, int $server)
7171
{
7272
return Guzzle::get("/private/market/item/update", [
7373
RequestOptions::QUERY => [
74-
'companion_access_key' => $accessKey,
74+
'access' => $accessKey,
7575
'item_id' => $itemId,
7676
'server' => $server,
7777
]

0 commit comments

Comments
 (0)