1. LaScuderia
  2. RO Payments
  3. Tuesday, 03 October 2023
  4.  Subscribe via email
Hi!

After we updated to J4 / VM4 we receive a captcha when we create a payment link. Usually the payment just continued to the Rabo payment provider, but it doesn't anymore. I can't seem to be able to disable the captcha for the plugin.

We are using &silent=1 in the link.

Any ideas? Thanks!
Accepted Answer Pending Moderation
Hello,

The captcha was added in the 8.0.0 release in May 2022 :) Now we do account for the silent option when going through the form but not when checking the form submission. The captcha is also only active for non-logged-in users.

A quick workaround for now is to change line 46-49 in the file components/com_jdidealgateway/controllers/pay.php from:

if (!Factory::getUser()->guest)
{
$form->removeField('captcha');
}
to look like this:

$form->removeField('captcha');
This way the captcha is never checked. I will check further how to handle this situation for the next release.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 1
Accepted Answer Pending Moderation
We are 1 version behind now but I will check this. Thanks
  1. more than a month ago
  2. RO Payments
  3. # 2
Accepted Answer Pending Moderation
This worked. We are trying to iron out some bugs so updating to 8.3.1 will have to wait until we are "clear"

Thanks!!
  1. more than a month ago
  2. RO Payments
  3. # 3
Accepted Answer Pending Moderation
Hello,

We have released RO Payments 8.3.2 this week which contains the permanent fix for the captcha issue in combination with the silent option.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!