How do you make sure that on the order-pay endpoint checkout page you can display and change billing details

In the My Account > Woocommerce Order menu there is a Pay Now button if the order has not been completed. If you click the Pay Now button you will be directed to the order-pay endpoint checkout page. On this page I want to display a billing details form so that it can be reviewed and edited by customers. I haven’t found the appropriate code to change the code in template/checkout/order-pay.php

Slow performance when testing non-local IP services with Playwright

When using Playwright (version 1.42.1) to test services hosted on the local machine using localhost or 127.0.0.1 with Chrome 108 and Chromium 100 browsers on Windows 7 Professional, the testing process is fast. However, when testing services hosted on the local machine’s IP address (e.g., 10.132.xxx.xxx) or other IP addresses within the same intranet, the testing process becomes significantly slower.

Call Databricks API from an ASP.NET Core web application

Our application is a web application which is registered in Entra Id. The applications uses OIDC for authentication. We have added Databricks scope (user_impersonation) in API permissions in Entra. The Databricks scope (<databrics_app_id>/.default) is added as scope to OpenIdConnect client.