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