Merge pull request #336 from woocommerce/pcp-204-fix-auto-registration-loop

Check if registration is needed
This commit is contained in:
Emili Castells 2021-11-02 09:25:55 +01:00 committed by GitHub
commit 57549e445b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 2 deletions

View file

@ -162,6 +162,7 @@ class CreateOrderEndpointTest extends TestCase
$session_handler,
$settings,
$early_order_handler,
false,
new NullLogger()
);
return array($payer_factory, $testee);