Skip to content

Commit 137a2e0

Browse files
authored
Update subscription.php
1 parent 9f7e210 commit 137a2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/front/subscription.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function postProcess()
5656
header('Content-Type: application/json');
5757
if (version_compare(_PS_VERSION_, '1.7.5', '>=')) {
5858
$this->ajaxRender(json_encode($this->variables));
59+
exit;
5960
} else {
6061
$this->ajaxDie(json_encode($this->variables));
6162
}

0 commit comments

Comments
 (0)