Adding monetra payment gateway to OFBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding monetra payment gateway to OFBiz

Tonelli
Guys

what is necessary to add a new payment gateway in the OFBiz?

The OFBIz contains the verisign P.G. but I need to add monetra
P.G. How I do this?

Best regards...

Tonelli
Reply | Threaded
Open this post in threaded view
|

Re: Adding monetra payment gateway to OFBiz

David E Jones

The best thing to do is follow the example of an existing payment  
gateway implementation. This is done by implementing services  
following the established service interfaces.

The verisign services are defined in ofbiz/applications/accounting/
servicedef/services_verisign.xml, and those are a good example to  
start from. For configuring the payment processing the business setup  
guide may be helpful:

http://docs.ofbiz.org/x/EAM

-David


On Feb 12, 2007, at 4:29 PM, Tonelli wrote:

>
> Guys
>
> what is necessary to add a new payment gateway in the OFBiz?
>
> The OFBIz contains the verisign P.G. but I need to add monetra
> P.G. How I do this?
>
> Best regards...
>
> Tonelli
> --
> View this message in context: http://www.nabble.com/Adding-monetra- 
> payment-gateway-to-OFBiz-tf3217472.html#a8935461
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Adding monetra payment gateway to OFBiz

Tonelli
Thanks to quick replay,

but the verisign implementation is much different of the monetra implementation,
compare the two files then you can see the difference.

And when I try test the application (with the file TestApp.java), it get me
a error "no monetrajni in java.library.path", because the class MONETRA.java
import the library monetrajni and can't find it.

Where I can find it?

Regards...

Tonelli.

David E. Jones-2 wrote
The best thing to do is follow the example of an existing payment  
gateway implementation. This is done by implementing services  
following the established service interfaces.

The verisign services are defined in ofbiz/applications/accounting/
servicedef/services_verisign.xml, and those are a good example to  
start from. For configuring the payment processing the business setup  
guide may be helpful:

http://docs.ofbiz.org/x/EAM

-David


On Feb 12, 2007, at 4:29 PM, Tonelli wrote:

>
> Guys
>
> what is necessary to add a new payment gateway in the OFBiz?
>
> The OFBIz contains the verisign P.G. but I need to add monetra
> P.G. How I do this?
>
> Best regards...
>
> Tonelli
> --
> View this message in context: http://www.nabble.com/Adding-monetra- 
> payment-gateway-to-OFBiz-tf3217472.html#a8935461
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>