You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( $container->get( 'applepay.is_validated' ) ) {
52
+
if ( ! $container->get( 'applepay.has_validated' ) ) {
53
+
$domain_validation_text = __( 'The domain has not yet been validated. Use the Apple Pay button to validate the domain ❌', 'woocommerce-paypal-payments' );
0 commit comments