@@ -45,8 +45,8 @@ |
||
| 45 | 45 | $okUrl = $link->getModuleLink('paylater', 'notify', $query); |
| 46 | 46 | if ($canonicalUrl) { |
| 47 | 47 | $okUrl = _PS_BASE_URL_.__PS_BASE_URI__ |
| 48 | - .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
| 49 | - .http_build_query($query) |
|
| 48 | + .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
| 49 | + .http_build_query($query) |
|
| 50 | 50 | ; |
| 51 | 51 | } |
| 52 | 52 | |