VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Payment VM 1.1 => PayPal / PayPal Pro VM 1.1 => Topic started by: swim08 on April 29, 2008, 01:42:27 AM

Title: Changing payflow_pro to Sale
Post by: swim08 on April 29, 2008, 01:42:27 AM
Hey everyone,
I am wanting to change the process from "auth" to "Sale" when it posted to my paypal payflow pro account.

How do i do that?

Thanks in advance.
Title: Re: Changing payflow_pro to Sale
Post by: neeta on June 05, 2008, 17:35:32 PM
Hi,
I am facing the same problem.
Help needed urgently.

Thanks in advance,
Neeta
Title: Re: Changing payflow_pro to Sale
Post by: strdesign on June 17, 2010, 20:43:23 PM
I can pay you for fixing this for me.  I need to change from Authorize to Sale at payflow_pro.cfg file.  thanks
Title: Re: Changing payflow_pro to Sale
Post by: streamlineseo on August 26, 2010, 15:29:28 PM
So, the two of you actually got PayFlow Pro working in VirtueMart?
Title: Re: Changing payflow_pro to Sale
Post by: somewhereinamerica on September 03, 2010, 17:56:43 PM
I am dealing with the same issue. I can go into the Payflow Manager's Virtual Terminal and manually capture the payments, but it's not happening automatically.

Paypal told me to talk to our "integrator". Unfortunately that's me.

streamlineseo, It is working except for this problem, My only hangup was that the 'User Name' needs to be the same as the 'Merchant Login/Vendor Name'. 
Title: Re: Changing payflow_pro to Sale
Post by: somewhereinamerica on September 03, 2010, 20:33:30 PM
I think I fixed it. I found in the code where the transaction type is 'A' for "authorize". I confirmed with Paypal that it should be 'S' or "sale".

On line 259 and 434, replace

'TRXTYPE' => 'A',

with

'TRXTYPE' => 'S',

I now see the transaction show up instantly in my daily sales, no need to capture them anymore.
Title: Re: Changing payflow_pro to Sale
Post by: Rookie232 on February 28, 2011, 19:59:24 PM
Hi, I'm having the same problem. What file did you make the change in. Thanks ahead of time.!!