Skip to content

Commit 427eea4

Browse files
gatispelcersbriedis
authored andcommitted
Order getRequestBodyFromParams visibility increased to protected (#14)
1 parent e746285 commit 427eea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrintfulOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getList($offset = 0, $limit = 10, $status = null)
132132
* @param OrderCreationParameters $parameters
133133
* @return array
134134
*/
135-
private function getRequestBodyFromParams(OrderCreationParameters $parameters)
135+
protected function getRequestBodyFromParams(OrderCreationParameters $parameters)
136136
{
137137
$request = [
138138
'external_id' => $parameters->externalId,

0 commit comments

Comments
 (0)