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
fix: Apple Pay domain verification automatic registration
- Fix hook to use correct gateway (monei_apple_google instead of monei)
- Fix POST field check to use woocommerce_monei_apple_google_enabled
- Replace wp_remote_get() with direct readfile() for better performance
- Remove esc_html() from file output to preserve raw binary content
- Add proper Content-Type and Content-Disposition headers
The automatic domain registration now works when enabling Apple/Google Pay
in WooCommerce settings, and the verification file is served correctly.
0 commit comments