Payment_session_url is not updated

Hello

I’m building a payment app. I initially worked with dev environment URL & finished developing & testing the app.

After that, I updated payment_session_url, refund_session_url, capture_session_url & void_session_url in shopify.extension.toml with production URL & deployed the updated extension with shopify app deploy command.

But, the URLs have not been updated. When I’m trying to test placing order from test store, the payment extension sending request to old dev URL.

What’s the issue? How can I update the URLs to production URL?