I’ve completed all the necessary steps for setting up Apple Pay, including uploading the PEM certificate and verifying my domain. I’m using the WooCommerce Authorize.Net plugin (skyverge), and their instructions mention enabling Apple Pay using this filter:
add_filter( 'wc_payment_gateway_authorize_net_cim_activate_apple_pay', '__return_true' );
By adding this filter hook in functions.php file it start showing Apple pay setting page where we can enable or disable, add prm file etc. Also i am working on safari browser. Despite following all the required steps, the Apple Pay button still isn’t appearing on the checkout page. I’ve confirmed that everything is set up correctly, but I’m not sure what I’m missing.