mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #336 from woocommerce/pcp-204-fix-auto-registration-loop
Check if registration is needed
This commit is contained in:
commit
57549e445b
3 changed files with 26 additions and 2 deletions
|
@ -162,6 +162,7 @@ class CreateOrderEndpointTest extends TestCase
|
|||
$session_handler,
|
||||
$settings,
|
||||
$early_order_handler,
|
||||
false,
|
||||
new NullLogger()
|
||||
);
|
||||
return array($payer_factory, $testee);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue