mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2025-04-29 01:01:38 +02:00
Remove complication with PayPal Checkout
This commit is contained in:
parent
ce5fcbd664
commit
e7b5947a3d
@ -30,6 +30,11 @@ class oeUserComponent extends oeUserComponent_parent
|
|||||||
|
|
||||||
public function createUser()
|
public function createUser()
|
||||||
{
|
{
|
||||||
|
if(\OxidEsales\Eshop\Core\Registry::getConfig()->getRequestParameter('fnc') == 'approveOrder')
|
||||||
|
{
|
||||||
|
return parent::createUser();
|
||||||
|
}
|
||||||
|
|
||||||
if (!$this->getCaptcha()->passCaptcha()) {
|
if (!$this->getCaptcha()->passCaptcha()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user