Skip to content

Commit a5a9930

Browse files
committed
Adding request params
1 parent 0a8fe9c commit a5a9930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Collections/Workflows.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function create($type, array $options = []): Workflow
106106
if ($results->isError()) {
107107
$this->logger->debug("Workflow Creation Failed: {error}", ['error' => $results->getStatusCodeReason()]);
108108
$this->logger->debug("********************************************************************************");
109+
$this->logger->debug("request params {debug}", ['debug' => print_r(params, true)]);
109110
$this->logger->debug("results {debug}", ['debug' => print_r($results, true)]);
110111
$this->logger->debug("********************************************************************************");
111112
throw new TerminusException(

0 commit comments

Comments
 (0)