ABT Payment Method Change Causes Application Crash

🐛 Summary
When attempting to change the payment method to ABT on the subscription page (https://launcher.arcblock.io/payment/customer/subscription/sub_IHEShMXIOU2qZGkMo2FozdwY/change-payment), the application crashes with the error:
plaintext
Oops, this application crashed
Cannot destructure property 'address' of 'i' as it is undefined.
This prevents users from updating their payment method to ABT.
🔁 Steps to Reproduce
- Navigate to:
https://launcher.arcblock.io/payment/customer/subscription/sub_IHEShMXIOU2qZGkMo2FozdwY/change-payment - Select ABT as the payment method.
- Observe that the application crashes with the error: text
javascript Cannot destructure property 'address' of 'i' as it is undefined.
📉 Severity
Critical – Blocks payment method updates and causes application instability.