From 6399a71e63d32c749d10938801efc0f88006e021 Mon Sep 17 00:00:00 2001 From: omegastripes <3822668+omegastripes@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:25:10 +0300 Subject: [PATCH] Fixed captcha text css selector --- plugin/YPTWallet/view/transferFunds.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/YPTWallet/view/transferFunds.php b/plugin/YPTWallet/view/transferFunds.php index 426aaaa7487f..133a9ab7a975 100644 --- a/plugin/YPTWallet/view/transferFunds.php +++ b/plugin/YPTWallet/view/transferFunds.php @@ -121,7 +121,7 @@ data: { "value": $('#value').val(), "users_id": $('#users_id').val(), - "captcha": $('#captchaText').val() + "captcha": }, type: 'post', success: function(response) { @@ -176,4 +176,4 @@ print(); -?> \ No newline at end of file +?>