Mirror von
https://git.d3data.de/3rdParty/captcha-module.git
synchronisiert 2024-11-21 22:23:10 +01:00
Remove complication with PayPal Checkout
Dieser Commit ist enthalten in:
Ursprung
ba5d8d04af
Commit
0305d484a3
@ -30,6 +30,11 @@ class oeUserComponent extends oeUserComponent_parent
|
||||
|
||||
public function createUser()
|
||||
{
|
||||
if(\OxidEsales\Eshop\Core\Registry::getConfig()->getRequestParameter('fnc') == 'approveOrder')
|
||||
{
|
||||
return parent::createUser();
|
||||
}
|
||||
|
||||
if (!$this->getCaptcha()->passCaptcha()) {
|
||||
return false;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren