shopware5 / SwagPaymentPaypal

A PayPal integration for shopware
http://shopware.com
MIT License
5 stars 16 forks source link

Fix error while creating new user via PHP-API CLI #10

Closed giginos closed 7 years ago

giginos commented 7 years ago

While creating a new user via PHP-API validation does not work, because in CLI-Mode Request is null. In this case we also have to call parent validator so i added this line.

// Shopware\Components\Api\Manager $userManager = Manager::getResource('customer'); $userManager->create($userData)

Cheers, Rafael Kutscha