PayPal not working

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

PayPal not working

Post by Mike718NY » Tue Nov 11, 2008 1:48 pm

PayPal was working. I recently added a new email address and made it primary,
and it worked . . but now I'm getting this message:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page.

I looked at the the settings in paypal and can't find anything.

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: PayPal not working

Post by Brewhaus » Tue Nov 11, 2008 5:58 pm

I just started to hit the exact same thing today, yet it seems to be working on my other website (using different web software).

There are surely others who have just run into the same problem, if there are two of us who ran into the same issue on the same day.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: PayPal not working

Post by Mike718NY » Tue Nov 11, 2008 6:12 pm

I'm getting a JavaScript error
(you can view it if you double click the yellow symbol on the lower left corner of the browser).
I wonder if that is causing it.

For Line 81:

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: PayPal not working

Post by compunerdy » Wed Nov 12, 2008 1:24 am

This is 3 of us...anyone have any ideas?? I cant accept any direct paypal payments through the store as we get the same error. Credit card payments through paypal are working fine.

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 8:34 am

We started getting the same thing on the 11th as well. Most likely, the PayPal module is passing something incorrectly and now PayPal activate some extra checks and it is being caught is what it seems like to me.

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 8:44 am

I turned on Network tracing and looking at the POST request to here https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&
there is no data being passed at all.

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 9:53 am

Just for kicks I tried another PayPal account which works on another store software just fine and it has the same problem, so it isn't account related and definitely something wrong with what is being POSTed.

Another interesting thing is AC is posting to https://www.paypal.com/xclick , but if you look at the documentation it says it should be https://www.paypal.com/cgi-bin/webscr in the example they give.

For our other store software that works, this is the address being used https://secure.paypal.com/cgi-bin/webscr

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: PayPal not working

Post by Mike718NY » Wed Nov 12, 2008 10:03 am

I'm lost how to fix this.
Do you think PayPal changed something and now the AC7 code needs to be updated?

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 10:21 am

Yes, I just answered my own question. It is the URL that is the problem.

Right now the PayPal module uses https://www.paypal.com/xclick

I changed it to https://secure.paypal.com/cgi-bin/webscr and it worked just fine.

Now I just need the updated CommerceBulder.Providers source code and I can recompile for the fix.

I guess someone needs to file a bug with them since they do not seem to be checking the forums and everyone without the source code will need be able to download the new dll.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: PayPal not working

Post by Shopping Cart Admin » Wed Nov 12, 2008 11:52 am

Hello All,

We are actively working on this issue. Mike thanks for opening the bug report. As soon as we confirm we're fixing the correct issue, we'll have a patch out.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Re: PayPal not working

Post by mfreeze » Wed Nov 12, 2008 11:56 am

I have a client who is also experiencing this problem. I opened a case with Able; The Case Number is 3284.
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: PayPal not working

Post by Robbie@FireFold » Wed Nov 12, 2008 12:07 pm

+1 on another store having issues.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 12:13 pm

My guess is they are using the email payment link which is really https://www.paypal.com/_xclick

They are missing the underscore on that, but in the documentation, the buy now button URL is either

https://secure.paypal.com/cgi-bin/webscr or https://www.paypal.com/cgi-bin/webscr

No idea where the current URL(https://www.paypal.com/xclick) came from.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: PayPal not working

Post by Logan Rhodehamel » Wed Nov 12, 2008 12:37 pm

Jusedawg wrote:No idea where the current URL(https://www.paypal.com/xclick) came from.
It was from a .NET SDK that has since been discontinued.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: PayPal not working

Post by Shopping Cart Admin » Wed Nov 12, 2008 12:45 pm

Hello All,

Attached is a fix please test it and let us know if it solves the issue. We haven't tested it with a live account, funny thing is it still works on the sandbox which it was tested with.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: PayPal not working

Post by Robbie@FireFold » Wed Nov 12, 2008 12:49 pm

Testing on my dev server now.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: PayPal not working

Post by Logan Rhodehamel » Wed Nov 12, 2008 12:51 pm

Shopping Cart Admin wrote:funny thing is it still works on the sandbox


It being the old URL. I confirmed the symptom trying to use the live mode but sandbox did not have trouble. After update of URL to match the documentation, I could not reproduce the symptom on either live or sandbox mode. Both modes appear to be producing the correct result.

Now I have to do post-analysis to figure out when the URLs changed and why one of us didn't know about it. There were some posts in the PayPal community forum about it but no official response yet.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: PayPal not working

Post by Robbie@FireFold » Wed Nov 12, 2008 12:58 pm

Fixed worked. Going into my live site now.

I will find out quickly if any other issues come up.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Wed Nov 12, 2008 1:05 pm

Shopping Cart Admin wrote:Hello All,

Attached is a fix please test it and let us know if it solves the issue. We haven't tested it with a live account, funny thing is it still works on the sandbox which it was tested with.
Yep, all good.

Now can I have the link for all the updated source code please? Obviously, you can send to me directly or add it to my case.

We really need a place to just grab the updated version when a new release comes out instead of us having to open a case and ask for it every time.

Thanks,

Chad

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: PayPal not working

Post by Robbie@FireFold » Wed Nov 12, 2008 1:06 pm

Had a customer checkout with PayPal so everything appears to be okay.

This is why Able rocks! Lightning fast reaction to an issue.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: PayPal not working

Post by Mike718NY » Thu Nov 13, 2008 4:37 pm

I can get to the PayPal page now, and thanks, . .
but I can't Capture a payment.

PayPal Authorize $0.50 SUCCESS Transaction ID:.....

give me the error:

PayPal Capture $0.50 FAILED That assembly does not allow partially trusted callers.

This has happend 2 times. The Capture did work at one time.

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Thu Nov 13, 2008 4:51 pm

Yes, you are right. I was just looking at some of ours and they all seem to be stuck waiting on the IPN.

11/13/2008 4:30 PM PayPal Authorize $0.00 PENDING Waiting for IPN (PENDING)

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: PayPal not working

Post by Logan Rhodehamel » Thu Nov 13, 2008 5:05 pm

EDIT: I just remembered there are limitations with PayPal and medium trust because some features require the Microsoft WSE library. This library does not support partial trust:

http://help.ablecommerce.com/mergedProj ... paypal.htm
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: PayPal not working

Post by Logan Rhodehamel » Thu Nov 13, 2008 5:10 pm

Jusedawg wrote:11/13/2008 4:30 PM PayPal Authorize $0.00 PENDING Waiting for IPN (PENDING)
Are you also running in medium or partial trust? The document does not state specifically how IPN is handled. I will have to test it to confirm it works. I imagine it should, it is not relying on WSE that I can recall.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Jusedawg
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 21, 2008 2:47 pm

Re: PayPal not working

Post by Jusedawg » Thu Nov 13, 2008 5:13 pm

We are getting 302 errors now according to the log file.

POST /ProcessPayPal.ashx OrderId=27237 443 - 66.211.170.66 - 302 0 0

Locked