Skip to content

Commit 0406ac2

Browse files
committed
Merge branch 'release/1.3.3'
2 parents 002408d + 5f05819 commit 0406ac2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dominicwatts/onbuysdk",
33
"description": "OnBuy PHP SDK",
44
"keywords": ["onbuy", "sdk", "php"],
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"type": "project",
77
"license": "OSL-3.0",
88
"authors": [

src/Order/Order.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function dispatchOrder($updateArray = [])
7878
$this->client->setUri($this->domain . $this->version . self::ORDERS . '/' . self::DISPATCH);
7979
$this->client->setMethod(Request::METHOD_PUT);
8080
$this->client->setRawBody(Json::encode([
81+
'site_id' => self::SITE_ID,
8182
'orders' => $updateArray
8283
]));
8384
return $this->client;

0 commit comments

Comments
 (0)