View Single Post
  #7  
Old 09-05-2012, 12:15 PM
 
spherman spherman is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 32
 

Default Re: xpayment Order processing error

Here is the var/log entry part 1 of 2:


<?php die(); ?>
[05-Sep-2012 10:48:52] (shop: 05-Sep-2012 10:48:51) PAYMENTS message:
Payment processing failure.
Login: spherman
IP: 108.17.27.239
----
Payment method: Credit Card (X-Payments: NL Pay Pal)
bill_output = Array
(
[sessid] => e4de607a6e951567c32025d7177cc538
[code] => 2
[billmes] => Cancelled by customer
)
original_bill_output = Array
(
[sessid] => e4de607a6e951567c32025d7177cc538
[code] => 2
[billmes] => Cancelled by customer
)
_GET = Array
(
[target] => main
[token] => 9815a6237b78b680be686bccf8b69f94
[action] => cancel
[refId] => 35185
[txnId] => 877701a0fd31a9000dca1db82fa78db3
)
_POST = Array
(
)
Request URI: /xcart/payment/cc_xpc.php?target=main&token=9815a6237b78b680be686 bccf8b69f94&action=cancel&refId=35185&txnId=877701 a0fd31a9000dca1db82fa78db3
Backtrace:
/www/clients/natureslawn.com/xcart/payment/payment_ccmid.php:457
/www/clients/natureslawn.com/xcart/payment/payment_ccend.php:52
/www/clients/natureslawn.com/xcart/payment/cc_xpc.php:178
-------------------------------------------------
[05-Sep-2012 13:07:22] (shop: 05-Sep-2012 13:07:22) PAYMENTS message:
Payment processing failure.
Login: wookie42
IP: 71.197.24.149
----
Payment method: Credit Card (X-Payments: NL Pay Pal)
bill_output = Array
(
[sessid] => 1e29f5831f02bdeec95db8f7802dce04
[code] => 2
[billmes] => Error: Transaction refused because of an invalid argument. See additional error messages for details. (The totals of the cart item amounts do not match order amounts.)
)
original_bill_output = Array
(
[sessid] => 1e29f5831f02bdeec95db8f7802dce04
[code] => 2
[billmes] => Error: Transaction refused because of an invalid argument. See additional error messages for details. (The totals of the cart item amounts do not match order amounts.)
)
_GET = Array
(
)
_POST = Array
(
[action] => return
[refId] => 35188
[txnId] => 495a6e25a78567e99ba0889371233643
[last_4_cc_num] => 5075
[card_type] => MC
)
Request URI: /xcart/payment/cc_xpc.php
Backtrace:
/www/clients/natureslawn.com/xcart/payment/payment_ccmid.php:457
/www/clients/natureslawn.com/xcart/payment/payment_ccend.php:52
/www/clients/natureslawn.com/xcart/payment/cc_xpc.php:144
__________________
Version 4.0.16
Reply With Quote