Title: qwebmaster's Replies | WordPress.org

---

# qwebmaster

  [  ](https://wordpress.org/support/users/qwebmaster/)

 *   [Profile](https://wordpress.org/support/users/qwebmaster/)
 *   [Topics Started](https://wordpress.org/support/users/qwebmaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/qwebmaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/qwebmaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/qwebmaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/qwebmaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/qwebmaster/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] [Plugin: WP User Frontend] Not payments stored](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/)
 *  [qwebmaster](https://wordpress.org/support/users/qwebmaster/)
 * (@qwebmaster)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/#post-2881586)
 * 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 @
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] [Plugin: WP User Frontend] Not payments stored](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/)
 *  [qwebmaster](https://wordpress.org/support/users/qwebmaster/)
 * (@qwebmaster)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/#post-2881585)
 * 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' )
                       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] [Plugin: WP User Frontend] Not payments stored](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/)
 *  [qwebmaster](https://wordpress.org/support/users/qwebmaster/)
 * (@qwebmaster)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-not-payments-stored/#post-2881583)
 * 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)