Page 1 of 1

Paypal expressCheckout ReturnUrl issue

Posted: Wed May 03, 2017 5:33 am
by ganeshikhar
Hello,

Using "DemoSite-broadleaf-5.0.1-GA" , I am trying to integrate papal express checkout functionality with broadleaf demo site . And I am referring following links ,

1. https://www.broadleafcommerce.com/docs/ ... ment-setup
2. https://www.broadleafcommerce.com/docs/ ... uick-start

As per the "paypal-environment-setup" link mention above I am using following key/value in development.properties file ,

gateway.paypal.expressCheckout.returnUrl=http://localhost:8080/paypal-express/return
gateway.paypal.expressCheckout.cancelUrl=http://localhost:8080/paypal-express/cancel ,

While broadleaf to paypal (using sandbox) is working fine , but I am getting error when we return back to broadleaf (paypal-express/return ) page , Error is 404.
paypal_return_url.png
paypal_return_url.png (35.33 KiB) Viewed 8878 times


Can someone please help me in this.

Regards,
Ganesh

Re: Paypal expressCheckout ReturnUrl issue

Posted: Fri May 19, 2017 4:02 pm
by elbertbautista
The BroadleafPayPalExpressController may not be component scanned.

Double check and make sure that you have this scan

Code: Select all

<context:component-scan base-package="org.broadleafcommerce.vendor.paypal"/>
in the appropriate app contexts as described here: https://www.broadleafcommerce.com/docs/ ... uick-start