HELP!Apple Pay Web application cannot pay due to the bottom rotation issue

I built a web application using the Apple Pay on the Web Interactive Demo with the Payment Request API, but encountered a few issues:

  1. The initiated web Apple Pay interface shows a spinning circle at the bottom and cannot proceed with payment(Bottom display:正在处理). What could be causing this?
  2. How to set up sandbox testing for payments?
  3. How to asynchronously and synchronously retrieve payment results (backend code to fetch payment results)? The demo only shows frontend code using await response.complete("success"); for retrieving payment results

my demo URL: https://shop.wowseer.com/rsolomakhin/pr/applepay/

HELP!Apple Pay Web application cannot pay due to the bottom rotation issue
 
 
Q