The instructions shown on this thread seem to be referring to a different module than I use. The "payflow_pro_for_paypal_1-3d" module, which is the current module on the modules page, doesn't seem to use the paypalwpp.php or paypaldp.php files but rather the payflowpro.php file.
This file on line 274 shows
if (MODULE_PAYMENT_PAYFLOWPRO_MODE =='Test') {
$url="test-payflow.verisign.com";
//$url="test-payflow.paypal.com";
} else {
$url="payflow.verisign.com";
//$url="payflow.paypal.com";
}
which seems like you would need to uncomment the paypal.com address and comment the verisign address to be compliant. Every time I do that I get an error "Result code: 254: Failed to resolve hostname" which goes away when I go back to the verisign address.
I'm confused about why the instructions are different from the module that is the current one online and what, if any changes I need to make to be compliant.
thanks in advance for any help




