VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: maia on January 26, 2010, 21:23:47 PM

Title: Payline payment module
Post by: maia on January 26, 2010, 21:23:47 PM
Hi there,

I'm having trouble understanding how it works.

You can download the VM module here: http://www.payline.com/fr/support/kits-dintegrations-a-modules-e-shop.html

and it's even supported by orange as well: http://www.orangepartner.com/site/enuk/access_orange_apis/personal_apis/payline_api/p_payline_api.jsp

Btw, the code provided sets ref as amount. So people might want to correct that issue. You should also add this module to the payment modules repo.

Getting back to the issue. I've installed this thing (messing around with soap/wsdl lib connections was a pain) but it gives me a "contract number" error in the end which i'll try to solve. But, I mean ... and afterwards, what happens ? Am i redirected to their (payline) payment system (like paypal) or what ?

Thanks in advance and cheers,
Maia
Title: Re: Payline payment module
Post by: maia on February 03, 2010, 20:24:39 PM
Got it working with order status update system after processing the payment !

I'll expand this project to a broader level in the future. As of now it works flawlesslly in a complete payment process and order update status, so i'm happy with it.

It was a though lone job so ... contact me by email if you're interested in this module.

Btw, payline serves many euro payment services. This one was a request for portuguese unicre or redunicre payment service.

Cheers,
Maia
Title: Re: Payline payment module
Post by: CKane on March 09, 2010, 14:48:01 PM
Hi, I am adding the same Payline module but receive this error after following their instructions:

Fatal error: Cannot redeclare __autoload() (previously declared in /testsite/public_html/libraries/loader.php:159) in /testsite/public_html/payline/payline_1.1.5/include.php on line 4

Any idea on a resolution ?

Thanks.