Results 1 to 2 of 2

Integrate PayPal Web Payments Pro -> osCMax v2.0

This is a discussion on Integrate PayPal Web Payments Pro -> osCMax v2.0 within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; This is one evil package to install... if you got all the pear stuff right, have followed the main install ...

      
  1. #1
    Member
    Join Date
    Mar 2003
    Posts
    77
    Rep Power
    0


    Default Integrate PayPal Web Payments Pro -> osCMax v2.0

    This is one evil package to install... if you got all the pear stuff right, have followed the main install guide, set up your live or sandbox account, and get the following error during checkout:

    Warning: Missing argument 4 for validate() ...

    Warning: Missing argument 5 for validate() ...

    then you are on the right track...

    open paypal_dp.php and find this line:

    $result = $cc_validation->validate($HTTP_POST_VARS['paypal_cc_number'], $HTTP_POST_VARS['paypal_cc_expires_month'], $HTTP_POST_VARS['paypal_cc_expires_year']);

    change it to this:

    $result = $cc_validation->validate($HTTP_POST_VARS['paypal_cc_number'], $HTTP_POST_VARS['paypal_cc_expires_month'], $HTTP_POST_VARS['paypal_cc_expires_year'], $HTTP_POST_VARS['paypal_cc_cvv2'], "");

    I am not sure why the warnings show since litterally hundreds of warnings per php page are thrown in all version of osc, but it must be a warning level set differently in the pear include classes... not sure where.

    --gabe

  2. #2
    New Member
    Join Date
    Sep 2005
    Posts
    25
    Rep Power
    0


    Default WPP (web payments pro) Paypal

    Has anyone else tried wrestling with this? I've tried to read some of the posts on the OSC site, and it still looks like theres a little ways to go to get the bugs out of this one, mostly with the PWA option. I'm sure there are a few people out there that could really benefit from this payment method, being able to have all your money funneled into the same account with the same gateway. The fees arent too bad either compared to some of the gateways out there, which I wont mention any names.. lol..
    If anyone has taken this on and made it work, I'd like to hear from them...

    Thanks,
    Tim

Similar Threads

  1. PayPal Website Payments Pro
    By bhejr in forum osCmax v2 Customization/Mods
    Replies: 11
    Last Post: 08-04-2007, 07:14 AM
  2. Does OSCMax Support Streamline for credit card payments?
    By richto in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 08-24-2006, 03:44 AM
  3. PayPal Website Payments Pro
    By bbw in forum osCmax v2 Customization/Mods
    Replies: 7
    Last Post: 03-15-2006, 08:36 AM
  4. PayPal Website Payments Pro
    By JellyBean in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 07-21-2005, 07:42 AM
  5. PayPal Subscriptions (recurring payments) in osCMAX?
    By smbpbx in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 01-22-2005, 12:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •