Skip to content

Commit 7211453

Browse files
committed
Add solution id
1 parent ab2ff86 commit 7211453

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
@@ -264,7 +264,7 @@ protected function addSolutionId(\SimpleXMLElement $data)
264264
$solutionId = $this->getSolutionId();
265265

266266
if (!empty($solutionId)) {
267-
$data->solution->id = $solutionId;
267+
$data->transactionRequest->solution->id = $solutionId;
268268
}
269269
}
270270

0 commit comments

Comments
 (0)