Change comment.

This commit is contained in:
Pedro Silva 2023-09-11 10:25:01 +01:00
parent 1a93df9f50
commit 0ddd11ece1
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -41,7 +41,7 @@ return array(
$status = $container->get( 'googlepay.helpers.apm-product-status' );
assert( $status instanceof ApmProductStatus );
/**
* If merchant isn't onboarded by use via /v1/customer/partner-referrals this returns false as the api call fails.
* If merchant isn't onboarded via /v1/customer/partner-referrals this returns false as the API call fails.
*/
return apply_filters( 'woocommerce_paypal_payments_googlepay_product_status', $status->is_active() );
}