Update comment.

Test commit signature.
This commit is contained in:
Pedro Silva 2023-09-29 14:22:09 +01:00
parent eeaf38e4c4
commit 6b1760fb72
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -37,7 +37,7 @@ return array(
);
},
// If GooglePay is configured.
// If GooglePay is configured and onboarded.
'googlepay.available' => static function ( ContainerInterface $container ): bool {
if ( apply_filters( 'woocommerce_paypal_payments_googlepay_validate_product_status', true ) ) {
$status = $container->get( 'googlepay.helpers.apm-product-status' );