News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

testing payflow pro with VIrtueMart

Started by tkubaska, July 31, 2008, 23:02:08 PM

Previous topic - Next topic

tkubaska

The PayFlow Pro docs give different URLs depending on whether you are using the PayFlow Pro SDV version 3 or 4.

For v4 they say use http://www.pilot-payflowpro.paypal.com
For v3 they say use http://www.test-payflow.versign.com

This is on page 15 of their Payflow Pro Developer's Guide.

Now when I look at the VirtueMart code (I have 1.1.2) I see in
administrator/components/com_virtuemart/classes/payment/payflow_pro.php


        if(PFP_TEST_REQUEST=='TRUE') {
            $host = 'pilot-payflowpro.verisign.com';
        } else  {
            $host = 'payflowpro.verisign.com';
        }


I'm assuming that when I test I use the PayFlow Versign Pro Payment module and select Test=Yes. When I do that, I think I go to pilot=payflowpro.verisign.com. But that conflicts with the PayFlow Pro Developer's Guide?