Hello, for about a year now I've been using ZenCart for my sore. For the past two months, I've been getting strange e-mail reports whenever users purchase products.
E-mail subject that is e-mailed to me is: getLineItemDetails
The content of the e-mail is:
paypaldp
LineItemDetails:
Details:Array
(
[ITEMAMT] => 107.63
[SHIPPINGAMT] => 12.06
[TAXAMT] => 7.53
[AMT] => 127.22
)
DEFAULT_CURRENCY = USD
SESSION['currency'] = USD
order->info['currency'] = USD
$currencies->currencies[$_SESSION['currency']]['value'] = 1.00000000
currencies Object
(
[currencies] => Array
(
[USD] => Array
(
[title] => US Dollar
[symbol_left] => $
[symbol_right] =>
[decimal_point] => .
[thousands_point] => ,
[decimal_places] => 2
[value] => 1.00000000
)
[EUR] => Array
(
[title] => Euro
[symbol_left] => €
[symbol_right] =>
[decimal_point] => .
[thousands_point] => ,
[decimal_places] => 2
[value] => 0.74129999
)
[GBP] => Array
(
[title] => GB Pound
[symbol_left] => £
[symbol_right] =>
[decimal_point] => .
[thousands_point] => ,
[decimal_places] => 2
[value] => 0.50300002
)
[CAD] => Array
(
[title] => Canadian Dollar
[symbol_left] => $
[symbol_right] =>
[decimal_point] => .
[thousands_point] => ,
[decimal_places] => 2
[value] => 1.10590005
)
[AUD] => Array
(
[title] => Australian Dollar
[symbol_left] => $
[symbol_right] =>
[decimal_point] => .
[thousands_point] => ,
[decimal_places] => 2
[value] => 1.24070001
)
)
[observers] => Array
(
)
)
Any tips?
I use to get normal notifications about purchases. I have not upgraded anything, nor changed anything.
Any input is greatly appreciated.





