Well, if so many persons are having the same problem without any change in the code, then it must be something from the paypal side
Can you guys wait for few days?
Well, if so many persons are having the same problem without any change in the code, then it must be something from the paypal side
Can you guys wait for few days?
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
I have spoken to about 10 different people at PayPal tech support that have assured me it isn't their issue. I have been told numerous times that I need to upgrade to Payment Pro and then told I don't need to. It is pretty frustrating.
PayPal is how 95% of my customers make their payment, and at the moment it isn't working. This is day 2 for me.
Are you suggesting that we wait a couple of days to see if it just starts working again? Or that we wait a couple of days to see if PayPal finds anything on the open ticket? There really isn't anything else I can try by myself, I definately don't have enough knowledge of this stuff to fiddle with the code myself, so I am looking into having someone else check it out for me, but I would love it if PayPal figured it out.
1. what version are you running: ZenCart 1.3.7
2. have you installed the latest patch: Yes
3. did you make any changes to your code before it quit working: No
4. who is your hosting company: ACENET
5. are you using Website Payment Standard or Website Payment Pro: Pro
The fact that No1m is having the same problem with Pro makes at least answers paypal's claim that you have to have Pro for it to work right.
Well if it isn't working with Standard or Pro and it IS a PayPal thing you would think a LOT more people would be calling in to report it....and PayPal would know it was an issue if they got a couple of hundred calls.....
1. what version are you running: ZenCart 1.3.7
2. have you installed the latest patch: Yes
3. did you make any changes to your code before it quit working: No
4. who is your hosting company: goDaddy
5. are you using Website Payment Standard or Website Payment Pro: I use Express Checkout. My boss has paid for WPP Pro but I do not see how that would have an impact on Express Checkout.
We are a 100% Express Checkout. This is BAD.
USEFUL observations:
1) I have a download-only product and it works just fine
2) The logs show:
Feb-15-2007 06:02:13
before_process - EC-5
resultset:
Array
(
[ACK] => Failure
[L_ERRORCODE0] => 81210
[L_SHORTMESSAGE0] => Invalid%20Parameter
[L_LONGMESSAGE0] => Country%20%3a%20Invalid%20Parameter
[L_SEVERITYCODE0] => Error
)
3) Same logs show:
Feb-15-2007 06:02:13
before_process - EC-3
address overrides added:
Array
(
[ITEMAMT] => 0.01
[SHIPPINGAMT] => 0.00
[AMT] => 0.01
[L_NUMBER0] => 0
[L_QTY0] => 1
[L_NAME0] => GUTS
[L_AMT0] => 0.01
[L_TAXAMT0] => 0.00
[SHIPTONAME] => Andrey Abramov
[SHIPTOSTREET] => 240 Bay Street #410
[SHIPTOSTREET2] =>
[SHIPTOCITY] => San Francisco
[SHIPTOSTATE] => CA
[SHIPTOZIP] => 94133
[SHIPTOCOUNTRY] =>
)
My best guess is that SHIPTOCOUNTRY used to be empty by default and now PayPl requires an explicit value.
My error log says this:
I called paypal. They are adamant that the problem is not theirs, though they admit they've received other calls on the matter. I did ask about the website pro option and the guy with whom I was speaking said "no, that will not fix this problem." He said that "paypal is not receiving the info it needs from Zen Cart" but couldn't tell me what that info wasWe are sorry for the inconvenience. The PayPal account in this
store is presently misconfigured to use mixed sandbox and live settings. We
are unable to complete your transaction. Please notify the store owner so
they can correct this problem. (10002)![]()
1. what version are you running: ZenCart 1.3.7
2. have you installed the latest patch: Yes (PPEC-137... feb 08)
3. did you make any changes to your code before it quit working: No
4. who is your hosting company: Infinology
5. are you using Website Payment Standard or Website Payment Pro: Standard
PayPal IPN works fine.
I have the country code error in PayPal express. I can affirm that it was working a few days ago.
Subject: PayPal Error Log - before_process() - EC
In function: before_process() - Express Checkout
Value List:
array (
'ITEMAMT' => 'xxxx',
'SHIPPINGAMT' => 'xxxx',
'AMT' => '62.00',
'L_NUMBER0' => '0',
'L_QTY0' => '1',
'L_NAME0' => 'xxxxx',
'L_AMT0' => '10.00',
'L_TAXAMT0' => '0.00',
'L_NUMBER1' => '1',
'L_QTY1' => '1',
'L_NAME1' => 'xxxxx',
'L_AMT1' => '45.00',
'L_TAXAMT1' => '0.00',
'L_NUMBER2' => '2',
'L_QTY2' => '1',
'L_NAME2' => 'xxxxx',
'L_AMT2' => '3.00',
'L_TAXAMT2' => '0.00',
'SHIPTONAME' => 'xxxx',
'SHIPTOSTREET' => 'xxxx',
'SHIPTOSTREET2' => '',
'SHIPTOCITY' => 'Eastxxxxx',
'SHIPTOSTATE' => 'OH',
'SHIPTOZIP' => 'xxxxx',
'SHIPTOCOUNTRY' => '',
'BUTTONSOURCE' => 'ZenCart-EC_us',
'TOKEN' => 'EC-40D16316P99111600',
'PAYERID' => 'xxxxxxxxxx',
'PAYMENTACTION' => 'Sale',
'NOTIFYURL' => 'http://xxxxxx.com/ipn_main_handler.php',
'METHOD' => 'DoExpressCheckoutPayment',
'CURRENCYCODE' => 'USD',
'USER' => 'xxxxxxxxx',
'PWD' => '****************',
'VERSION' => '2.3',
'SIGNATURE' => '****************************************************xfsG',
)
Response:
Array
(
[ACK] => Failure
[L_ERRORCODE0] => 81210
[L_SHORTMESSAGE0] => Invalid Parameter
[L_LONGMESSAGE0] => Country : Invalid Parameter
[L_SEVERITYCODE0] => Error
)
.
Bookmarks