Refactor ApplePay notices

Refactor AppleProductStatus
This commit is contained in:
Pedro Silva 2023-10-19 11:32:12 +01:00
parent 5d406ea612
commit 20f64d63ed
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
8 changed files with 438 additions and 155 deletions

View file

@ -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 {