mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Change comment.
This commit is contained in:
parent
1a93df9f50
commit
0ddd11ece1
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue