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.
Hi,
I am facing the same problem.
Help needed urgently.
Thanks in advance,
Neeta
I can pay you for fixing this for me. I need to change from Authorize to Sale at payflow_pro.cfg file. thanks
So, the two of you actually got PayFlow Pro working in VirtueMart?
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'.
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.
Hi, I'm having the same problem. What file did you make the change in. Thanks ahead of time.!!