Title: Conversion system
Last modified: September 1, 2022

---

# Conversion system

 *  Resolved [cadokadaj](https://wordpress.org/support/users/cadokadaj/)
 * (@cadokadaj)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-system/)
 * Hello how are you?
 * I made a little code to convert a token I have to cash, and I would like the 
   result of this conversion to be added to the wallet,
 * I realized that just adding a record in the wp_woo_wallet_transactions table 
   is not enough to update the wallet balance automatically,
 * I tried to call the “credit” function passing the arguments credit($user_id,$
   valuetoadd,$details);
    but it didn’t work, I would like to know if there is any
   way to update the balance after I make this input in the database, or if there
   is a way for me to use the credit function to make the input and update the balance.
 * thank you so much!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconversion-system%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [cadokadaj](https://wordpress.org/support/users/cadokadaj/)
 * (@cadokadaj)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-system/#post-15971674)
 * I was reading the support threads and found the following code that worked.
 * woo_wallet()->wallet->credit ($user_id, $amount, $description);
 * ty

Viewing 1 replies (of 1 total)

The topic ‘Conversion system’ is closed to new replies.

 * ![](https://ps.w.org/woo-wallet/assets/icon-256x256.png?rev=3360666)
 * [Wallet for WooCommerce](https://wordpress.org/plugins/woo-wallet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-wallet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-wallet/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-wallet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-wallet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-wallet/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [cadokadaj](https://wordpress.org/support/users/cadokadaj/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-system/#post-15971674)
 * Status: resolved