Skip to content

Commit 3c6a434

Browse files
committed
fix exception message
1 parent c3144ed commit 3c6a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Action/Api/GetTransactionDetailsAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function execute($request)
3939
$model = ArrayObject::ensureArrayObject($request->getModel());
4040

4141
if ($model['transaction_id'] === null) {
42-
throw new LogicException('entityId must be set.');
42+
throw new LogicException('transaction_id must be set.');
4343
}
4444

4545
$transaction = $this->api->getEntity($model['transaction_id']);

0 commit comments

Comments
 (0)