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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PayPal Website Payments Pro | bhejr | osCMax v2 Customization/Mods | 11 | 08-04-2007 07:14 AM |
| Does OSCMax Support Streamline for credit card payments? | richto | osCMax v2 Features Discussion | 2 | 08-24-2006 03:44 AM |
| PayPal Website Payments Pro | bbw | osCMax v2 Customization/Mods | 7 | 03-15-2006 08:36 AM |
| PayPal Website Payments Pro | JellyBean | osCMax v2 Features Discussion | 2 | 07-21-2005 07:42 AM |
| PayPal Subscriptions (recurring payments) in osCMAX? | smbpbx | osCMax v1.7 Discussion | 0 | 01-22-2005 12:40 PM |