mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs
This commit is contained in:
parent
09d0b48d16
commit
016fe5506f
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ class WCGatewayModule implements ServiceModule, ExtendingModule, ExecutableModul
|
|||
);
|
||||
|
||||
$partners_endpoint = $c->get( 'api.endpoint.partners' );
|
||||
assert($partners_endpoint instanceof PartnersEndpoint );
|
||||
assert( $partners_endpoint instanceof PartnersEndpoint );
|
||||
$seller_status = $partners_endpoint->seller_status();
|
||||
|
||||
$apms_enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue