Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohammadYousefiDev/015e219f1c5c2fb97c5f0bc1060eed3f to your computer and use it in GitHub Desktop.
Save mohammadYousefiDev/015e219f1c5c2fb97c5f0bc1060eed3f to your computer and use it in GitHub Desktop.
Terawallet credit or debit ballance transactions programmatically
woo_wallet()->wallet->credit($user_id, $amount, $description);
woo_wallet()->wallet->debit($user_id, $amount, $description);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment