Hello,
I would like to report a problem with the **Edit Balance** feature in TeraWallet.
### Environment
* WordPress: 7.0.1
* WooCommerce: 10.9.4
* TeraWallet: 1.6.7
* PHP: 7.4.33
### Issue
On the **Wallet Users** page (wp-admin/admin.php?page=woo-wallet-users), clicking **Edit Balance** does not open the balance update modal.
Instead, the URL simply changes to:
wp-admin/admin.php?page=woo-wallet-users#
The same issue occurs with **Bulk Actions** (Credit Wallet / Debit Wallet). After selecting one or more users and applying the action, the page only refreshes and nothing happens.
### Troubleshooting already performed
* Updated WordPress, WooCommerce and TeraWallet to the latest versions.
* Updated JetEngine and JetSearch.
* Disabled Elementor Pro.
* Disabled WP Rocket.
* Tested in different browsers and on mobile devices.
* Disabled browser extensions.
* The issue still persists.
### What I found
I inspected the page and noticed that the **Edit Balance** link exists with the class:
edit-wallet-balance
However, no JavaScript click event is attached to it (jQuery._data(..., 'events') returns undefined).
I also checked the JavaScript files inside wp-content/plugins/woo-wallet/build/admin/. The available files handle reports, exports, refunds, lock/unlock, products, and settings, but I could not find any script responsible for the **Edit Balance** modal or attaching events to the edit-wallet-balance button.
Because of this, no AJAX request related to editing the wallet balance is ever sent.
Is this a known issue in version **1.6.7**, or is there a missing admin JavaScript file in the plugin package?
Thank you.