Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

calioptrix

Archived
  • Posts

    2
  • Joined

  • Last visited

Everything posted by calioptrix

  1. I keep getting: There has been an error processing your credit card. Please try again. I added print_r($order, true) to \catalog\includes\modules\payment\paypal_wpp.php. Here is the value: order Object ( [info] => Array ( [order_status] => 1 [currency] => USD [currency_value] => 1.00000000 [payment_method] => Paypal Website Payments Pro [cc_type] => MasterCard [cc_owner] => Matt White [cc_number] => 5571XXXXXXXX7881 [cc_expires] => 2007 [shipping_method] => United States Postal Service (1 x 0.5lbs) (First-Class Mail) [shipping_cost] => 2.07 [subtotal] => 29.99 [tax] => 2.3992 [tax_groups] => Array ( [NY TAX 8.0%] => 2.3992 ) [comments] => [total] => 34.4592 ) [totals] => Array ( ) [products] => Array ( [0] => Array ( [qty] => 1 [name] => 10k Y Gold Heart & X Charm Ankle Bracelet Italian Made [model] => [tax] => 8 [tax_description] => NY TAX 8.0% [price] => 29.9900 [final_price] => 29.99 [weight] => 0.30 [id] => 77 ) ) [customer] => Array ( [firstname] => Matt [lastname] => White [company] => [street_address] => **** [suburb] => [city] => Endwell [postcode] => 13760 [state] => New York [zone_id] => 43 [country] => Array ( [id] => 223 [title] => United States [iso_code_2] => US [iso_code_3] => USA ) [format_id] => 2 [telephone] => 607-123-4567 [email_address] => **** ) [delivery] => Array ( [firstname] => Matt [lastname] => White [company] => [street_address] => **** [suburb] => [city] => Endwell [postcode] => 13760 [state] => New York [zone_id] => 43 [country] => Array ( [id] => 223 [title] => United States [iso_code_2] => US [iso_code_3] => USA ) [country_id] => 223 [format_id] => 2 ) [content_type] => physical [billing] => Array ( [firstname] => Matt [lastname] => White [company] => [street_address] => **** [suburb] => [city] => Endwell [postcode] => 13760 [state] => New York [zone_id] => 43 [country] => Array ( [id] => 223 [title] => United States [iso_code_2] => US [iso_code_3] => USA ) [country_id] => 223 [format_id] => 2 ) ) (I blanked out some of my personal info with the *s) I was originally getting the 2030 error about couldn't find the certificate, but I added a leading / to the certificate path to fix it. Any help you could give would be great.
  2. I am getting the error: There has been an error processing your credit card. Please try again. How do I determine what the problem is? I saw a post that said check the log files, but I can't find them. Also suggested was var_dump(); I'm proficient with php but I'm not sure where this would go.
×
×
  • Create New...