Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Apr 19, 2020
1 parent 2d1a42a commit 0d67306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/NotifyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function doAction(Request $request): Response
->setParameters([
'reference' => '%"reference":%"' . $reference . '"%',
'factory_name' => 'monetico',
'state', PaymentInterface::STATE_NEW,
'state' => PaymentInterface::STATE_NEW,
])
->getQuery()->getSingleResult();
} catch (NoResultException $e) {
Expand Down

0 comments on commit 0d67306

Please sign in to comment.