qwebmaster
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Oh boy , sooo many things i had to fix in this plugin….
Too many to list here , if you want it mail me at alex at qwebmaster.com replace the at with @The problem is here , the user_id is passed as 0
i should have a fixed version of the plugin soon.if ( $verified || $this->test_mode ) { $data = array( 'user_id' => get_current_user_id(), 'status' => 'completed', 'cost' => $postdata['mc_gross'], 'post_id' => $post_id, 'pack_id' => $pack_id, 'payer_first_name' => $postdata['first_name'], 'payer_last_name' => $postdata['last_name'], 'payer_email' => $postdata['payer_email'], 'payment_type' => 'Paypal', 'payer_address' => $postdata['residence_country'], 'transaction_id' => $postdata['txn_id'], 'created' => current_time( 'mysql' ) );I am having the same problem , testing in sandbox mode payment goes well , redirect to thank you page but user is unable to post as the credit’s purchased are not accredited to his account.
As mentioned by martinjesus the total income is updated after every transaction but that’s about it.
Viewing 3 replies - 1 through 3 (of 3 total)