Skip to content

Commit

Permalink
Adding request params
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Oct 24, 2024
1 parent 0a8fe9c commit a5a9930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Collections/Workflows.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function create($type, array $options = []): Workflow
if ($results->isError()) {
$this->logger->debug("Workflow Creation Failed: {error}", ['error' => $results->getStatusCodeReason()]);
$this->logger->debug("********************************************************************************");
$this->logger->debug("request params {debug}", ['debug' => print_r(params, true)]);
$this->logger->debug("results {debug}", ['debug' => print_r($results, true)]);
$this->logger->debug("********************************************************************************");
throw new TerminusException(
Expand Down

0 comments on commit a5a9930

Please sign in to comment.