Bypass onboarding for now

This commit is contained in:
carmenmaymo 2023-09-11 11:14:43 +02:00
parent 0a7bd32f80
commit fd3c3ac8e8
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -33,7 +33,7 @@ return array(
'applepay.enabled' => static function ( ContainerInterface $container ): bool {
$status = $container->get( 'applepay.apple-product-status' );
assert( $status instanceof AppleProductStatus );
return $status->apple_is_active();
return true;
},
'applepay.server_supported' => static function ( ContainerInterface $container ): bool {
return ! empty( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS'] !== 'off';