Skip to content

Commit 2850353

Browse files
committed
Added solution id
1 parent 90bceaf commit 2850353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/AIMAbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function getSolutionId()
107107

108108
public function setSolutionId($value)
109109
{
110-
return $this->getSolutionId('solutionId', $value);
110+
return $this->setParameter('solutionId', $value);
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)