mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-21 14:13:11 +01: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()
|
||||
{
|
||||
if(\OxidEsales\Eshop\Core\Registry::getConfig()->getRequestParameter('fnc') == 'approveOrder')
|
||||
{
|
||||
return parent::createUser();
|
||||
}
|
||||
|
||||
if (!$this->getCaptcha()->passCaptcha()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user