READ FIRST: This code needs to be added at the end of the functions.php file. If you are familiar with editing functions.php, feel free to continue reading. If you haven’t done this before, adding this code in the wrong place might bring the site down and the only way to access it is by editing functions.php file again via FTP. Feel free to contact us if you need help!
In order for referral coupons to work with Wallet Coupons add-on for TeraWallet, just add code below to the functions.php file:
add_action( 'gens_generate_user_coupon', function($couponId) { update_post_meta( $couponId, '_is_coupon_cashback', 'yes' ); }, 10, 1);