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 9f7e210 commit 137a2e0Copy full SHA for 137a2e0
controllers/front/subscription.php
@@ -56,6 +56,7 @@ public function postProcess()
56
header('Content-Type: application/json');
57
if (version_compare(_PS_VERSION_, '1.7.5', '>=')) {
58
$this->ajaxRender(json_encode($this->variables));
59
+ exit;
60
} else {
61
$this->ajaxDie(json_encode($this->variables));
62
}
0 commit comments