jerrysmusic Posted March 5, 2010 Share Posted March 5, 2010 Hello, I am getting the error An error occured when we tried to establish a connection to PayPal's servers. Transaction refused because of an invalid argument. See additional error messages for details. (10436) PageStyle value exceeds maximum allowable length. I don't know how to fix this. Any help would be greatly appreciated Jerry Quote Jerry [email protected] Link to comment Share on other sites More sharing options...
frankyou Posted March 14, 2010 Share Posted March 14, 2010 Hi All, I would like to apply this Express Checkout IPN Module,but carefully read the install & configuration,this module only support API Certificate instead of API Signature,is there any difference between them? I used to use Paypal Express Checkout as payment method which support API Signature. As I am still testing my site,so I would like to know which setting is more suitable for me(Certificate or Signature ),millions thx! Frank Wong Quote Link to comment Share on other sites More sharing options...
frankyou Posted March 15, 2010 Share Posted March 15, 2010 Hi All, I would like to apply this Express Checkout IPN Module,but carefully read the install & configuration,this module only support API Certificate instead of API Signature,is there any difference between them? I used to use Paypal Express Checkout as payment method which support API Signature. As I am still testing my site,so I would like to know which setting is more suitable for me(Certificate or Signature ),millions thx! Frank Wong Anyone have idea? Quote Link to comment Share on other sites More sharing options...
jduehmig Posted November 30, 2010 Share Posted November 30, 2010 Not sure if anyone is still supporting this contribution, but thought I would post my question and hope for the best. I have the contribution installed and working. One problem has occured where a customer's credit card was declined because he mis-typed his zip code. The administrator received a message saying the payment had been declined, but the customer got a normal message saying the order went through. Does anyone know why this would happen? Any way to prevent it in future? Thanks, Joe Quote Link to comment Share on other sites More sharing options...
nubieteky Posted December 1, 2010 Share Posted December 1, 2010 is this thread dead? could anyone help me how oscommerce or paypal send a unique username and password for subscription details Quote Link to comment Share on other sites More sharing options...
allcam Posted April 26, 2013 Share Posted April 26, 2013 I have osCommerce 2.2 MS2 and I tried to install this module, I followed all installation instructions, and doubled checked each and every file, but still have this problem: Fatal error: Call to a member function update_status() on a non-object in ..../catalog/checkout_shipping.php on line 34 I have run the "ec_diagnostics.php" and everything were green. I tried to read into the code around line 34 of "checkout_shipping.php", and they are: ... $paypal_ec_check = tep_db_query("SELECT configuration_id FROM " . TABLE_CONFIGURATION . " WHERE configuration_key = 'MODULE_PAYMENT_PAYPAL_EC_STATUS' AND configuration_value = 'True'"); $ec_enabled = (tep_db_num_rows($paypal_ec_check) ? 1 : 0); if ($ec_enabled) { require(DIR_WS_CLASSES . 'payment.php'); $payment_modules = new payment; require(DIR_WS_CLASSES . 'order.php'); $order = new order; $paypal_ec->update_status(); // this is line 34 $ec_enabled = (($paypal_ec->enabled)? 1 : 0); } ... It seems to me that $paypal_ec was not defined previously anywhere. Was this because my osCommerce 2.2 MS2 was too old? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.