Skip to content

Commit

Permalink
Update changed delivery parameters. Bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
demon committed Dec 26, 2016
1 parent e36f6c2 commit 78fce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Yandex/Market/Partner/PartnerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function updateDelivery($orderId, Models\Delivery $delivery)
'PUT',
$this->getServiceUrl($resource),
[
'json' => $delivery->toArray()
'json' => array('delivery' => $delivery->toArray())

]
);
Expand Down

0 comments on commit 78fce93

Please sign in to comment.