Skip to content

Commit

Permalink
Merge pull request #8960 from omegastripes/master
Browse files Browse the repository at this point in the history
Fixed captcha text css selector
  • Loading branch information
DanielnetoDotCom authored Apr 8, 2024
2 parents 5fd3017 + 6399a71 commit 8fb9e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/YPTWallet/view/transferFunds.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
data: {
"value": $('#value').val(),
"users_id": $('#users_id').val(),
"captcha": $('#captchaText').val()
"captcha": <?php echo $capcha['captchaText']; ?>
},
type: 'post',
success: function(response) {
Expand Down Expand Up @@ -176,4 +176,4 @@
</script>
<?php
$_page->print();
?>
?>

0 comments on commit 8fb9e3f

Please sign in to comment.