Page 1 of 1

Payment Gateway Example (version 3.1)

Posted: Wed Jan 15, 2014 1:26 pm
by rodrigo.aiello
Hello,

I´m reading the payment module documentation(version 3.1). The section "Example Gateway" is showing that the Heat Clinic Demo Site includes a test "Null Payment Gateway" implementation but i didn´t find the classes in the package DemoSite/core/src/main/java/com/mycompany/sample.

What am I doing wrong?

Thanks,
Rodrigo

Re: Payment Gateway Example (version 3.1)

Posted: Wed Jan 15, 2014 5:49 pm
by phillipuniverse
The DemoSite that references is the 3.1 DemoSite. We haven't built a workspace for that yet, but it is the develop branch in the DemoSite repository: https://github.com/broadleafcommerce/de ... ee/develop

Re: Payment Gateway Example (version 3.1)

Posted: Wed Jan 15, 2014 5:50 pm
by phillipuniverse
If you are trying out Broadleaf 3.1, you should be using the 3.1-ready DemoSite. We haven't made that very clear in the docs.

Re: Payment Gateway Example (version 3.1)

Posted: Mon Jan 27, 2014 9:03 am
by jfrantzius
Hi,

it looks like there currently is no 3.1-ready DemoSite, at least there exists no such branch yet in https://github.com/BroadleafCommerce/DemoSite/branches ? Or would you really recommend the develop branch for the moment?

Regards,
Jörg

Re: Payment Gateway Example (version 3.1)

Posted: Mon Jan 27, 2014 12:12 pm
by phillipuniverse
The develop branch is always the latest development version of whatever that project is (this is true across the board for our projects where it exists). This is the case with DemoSite as well; develop targets Broadleaf 3.1.0-SNAPSHOT.

Re: Payment Gateway Example (version 3.1)

Posted: Wed Feb 19, 2014 11:17 am
by jennyparsons
Is there any documentation available for making the custom payment gateway module ?
http://www.fetchflow.com/blog/authorize-net-invoicing

Re: Payment Gateway Example (version 3.1)

Posted: Wed Feb 19, 2014 8:37 pm
by phillipuniverse
Yes, you can start at http://docs.broadleafcommerce.org/core/ ... ts/payment.

Also, there is an example gateway integration (that we call the 'NullPaymentGateway') that is checked into the DemoSite. If you download the 3.1 workspace (http://www.broadleafcommerce.org/worksp ... on=current) then the example code is included there.