parent
159e459e7e
commit
ec50df97b7
2 changed files with 5 additions and 4 deletions
|
@ -42,9 +42,10 @@ jQuery(function() {
|
|||
event.preventDefault();
|
||||
return false;
|
||||
} else {
|
||||
alert('success');
|
||||
return true;
|
||||
location.reload();
|
||||
}
|
||||
})
|
||||
|
||||
event.preventDefault();
|
||||
});
|
||||
});
|
||||
|
|
|
@ -651,6 +651,8 @@ if (!class_exists('WC_Retailcrm_Base')) {
|
|||
|
||||
if (!$isSuccessful) {
|
||||
echo json_encode(['error' => __('Error while registering in the loyalty program. Try again later.', 'retailcrm')]);
|
||||
} else {
|
||||
echo json_encode(['isSuccessful' => true]);
|
||||
}
|
||||
|
||||
wp_die();
|
||||
|
@ -888,8 +890,6 @@ if (!class_exists('WC_Retailcrm_Base')) {
|
|||
} else {
|
||||
echo $result;
|
||||
}
|
||||
|
||||
wp_die();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue