Remove the internal WKPreference for ApplePayRemoteUIEnabled now that we always use the high-security ApplePay UI.
Created attachment 458965 [details] Patch
Comment on attachment 458965 [details] Patch r=me there's probably some stuff we could remove (or just limit to `PLATFORM(MAC)` or `#if !ENABLE(APPLE_PAY_REMOTE_UI)`) in the UIProcess on iOS (e.g. all the `ENABLE(APPLE_PAY)` things in `WebPageProxy`) , but it's not a huge deal to leave it there (though it currently (and in the future) won't be used on iOS)
Committed r293928 (250375@main): <https://commits.webkit.org/250375@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458965 [details].
<rdar://problem/92884273>