Remove complication with PayPal Checkout

This commit is contained in:
Markus Gärtner 2023-09-05 14:37:54 +02:00
parent ce5fcbd664
commit e7b5947a3d
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}