The Apple button is not appearing in the UI, even though Apple verification is done on the server. I have also added the URL for Stripe verification. However, the Apple button is still not showing in the Safari browser, even after adding a card to Apple Pay.
// ApplePay.js
import React, { useState, useEffect } from "react";
import {
PaymentRequestButtonElement,
useElements,
useStripe,
} from "@stripe/react-stripe-js";
import { useNavigate } from "react-router-dom";
function ApplePay() {
const stripe = useStripe();
const elements = useElements();
const [paymentRequest, setPaymentRequest] = useState(null);
console.log("