Resolved Issue:
When the AbleCommerce installation resides at the root level of a website, the return PayPal notification URL that is generated may contain a double-slash. This may result in a "404-page not found" error.
In your PayPal log, you may see something like this:
<NotifyURL>https://www.website.com//ProcessPayPal.ashx</NotifyURL>
Downloads:
For version 7.0.5: ftp://ftp.ablecommerce.com/patches/CommerceBuilder.PayPal.v705_14338.zip
For version 7.0.6: ftp://ftp.ablecommerce.com/patches/CommerceBuilder.PayPal.v706_14338.zip
Instructions:
-
Extract the CommerceBuilder.PayPal.dll to a temporary location.
-
Copy the new DLL file to the \bin\ folder of your AbleCommerce installation.
-
Make sure to recycle or restart the web application service.
Additional information:
None at this time.
|