Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

typo descriptions instead of description #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/example_put_description.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

$body = array('text' => 'Adding new description <strong>html</strong>');

$response = $meli->put('/items/MLB12343412/descriptions', $body, $params);
$response = $meli->put('/items/MLB12343412/description', $body, $params);

} else {
echo '<a href="' . $meli->getAuthUrl('http://localhost/PHPSDK/examples/example_login.php', Meli::$AUTH_URL['MLB']) . '">Login using MercadoLibre oAuth 2.0</a>';
}
}