mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Refactor ApplePay notices
Refactor AppleProductStatus
This commit is contained in:
parent
5d406ea612
commit
20f64d63ed
8 changed files with 438 additions and 155 deletions
|
@ -24,7 +24,7 @@ return array(
|
|||
return $fields;
|
||||
}
|
||||
|
||||
$is_available = $container->get( 'applepay.enabled' );
|
||||
$is_available = $container->get( 'applepay.available' );
|
||||
$is_referral = $container->get( 'applepay.is_referral' );
|
||||
|
||||
$insert_after = function ( array $array, string $key, array $new ): array {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue