We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3144ed commit 3c6a434Copy full SHA for 3c6a434
Action/Api/GetTransactionDetailsAction.php
@@ -39,7 +39,7 @@ public function execute($request)
39
$model = ArrayObject::ensureArrayObject($request->getModel());
40
41
if ($model['transaction_id'] === null) {
42
- throw new LogicException('entityId must be set.');
+ throw new LogicException('transaction_id must be set.');
43
}
44
45
$transaction = $this->api->getEntity($model['transaction_id']);
0 commit comments