Page 1 of 1

PayPal Payflow Pro Integration with Broadleaf 5.0

Posted: Thu Feb 02, 2017 12:45 am
by aclark
I am pretty new to Broadleaf Commerce. I am trying to integrate PayPal Payflow into my site so I do not have to handle credit cards. I was wondering if there is any newer documentation on this. I was following this guide -- http://www.broadleafcommerce.com/docs/p ... ro/current -- but I am not sure how up to date it is. Especially that I cannot find this Maven pom:

Code: Select all

<dependency>
    <groupId>com.broadleafcommerce</groupId>
    <artifactId>broadleaf-paypal-payflowpro</artifactId>
    <version>1.0.0-GA</version>
    <type>jar</type>
    <scope>compile</scope>
</dependency>


Any help would be appreciated

Re: PayPal Payflow Pro Integration with Broadleaf 5.0

Posted: Tue Jul 25, 2017 10:34 am
by phillipuniverse
That is the most up to date documentation. However, you might instead be looking for the normal Paypal integration, the docs that you linked are for Payflow Pro which might not be what you want. Here are the docs for a more normal Paypal integration: https://www.broadleafcommerce.com/docs/paypal/current

The Broadleaf forums are being retired as a readonly archive of questions. For active discussions and questions, check out the broadleaf-commerce tag on Stack Overflow which is actively monitored by the Broadleaf team.