Skip to content

Commit

Permalink
Fix typo front controller page
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Dec 5, 2020
1 parent a50e26c commit 791b77a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Context::getContext()->link->getModuleLink('cheque', 'validation', array('idPaym

### Ajax request

When you call controller via AJAX, you nedd to add `ajax` parameter in the url.
When you call controller via AJAX, you need to add `ajax` parameter in the url.

```php
Context::getContext()->link->getModuleLink('cheque', 'validation', array('idPayment' => 1337, 'ajax'=>true));
Expand Down

0 comments on commit 791b77a

Please sign in to comment.