Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a6160ef

Browse files
committed
Fixed syntax for order edit method.
1 parent 76f325f commit a6160ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Orders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function show($orderId)
4242
public function edit($entity = [])
4343
{
4444
return $this->post('/orders', [
45-
'entity' => $entity
45+
'entity' => $entity,
4646
]);
4747
}
4848
}

0 commit comments

Comments
 (0)