Payflow Pro Sale

I recently changed my payment gateway from PayPal Pro to PayFlow Pro.

was simple in the backend to select this option from list of payment methods.

However, I did a test and the money seemed to arrive in PayPal account as an authorize just and not a Sale, is this normal?

i opened /httpdocs/app/addons/paypal/payments/paypal_pro.php and see there is a line:

$paypal_payment_action = 'Sale'; // FIXME: Should be configurable

but nothing similar in the

/httpdocs/app/addons/paypal/payments/payflow_pro.php file.

Is there some other way to ensure the transaction is a SALE?

Thanks all in advance

According to the following PayFlow integration manual, sale transaction type is used in CS-Cart

https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_payflowpro_xmlpay_guide.pdf

http://prntscr.com/ii5753

Thanks for the confirmation ecom