I've inherited a little code that uses this custom tag:
<cf_payflowpro
query="RESULT"
hostaddress="pilot-payflowpro.paypal.com"
hostport="443"
timeout="30"
pwd="#hpword#"
partner="#hpartner#"
vendor="xxxxxx"
trxtype="#callPP#"
tender="C"
acct="#form.card_number#"
expdate="#form.expire_month##form.expire_year#"
amt="#form.card_amount#"
cvv2="#form.cvv2#"
name="#cardholder#"
street="#cardstreet#"
city="#cardcity#"
state="#cardstate#"
zip="#card_zip#"
comment1="#card_comment1#"
comment2="#card_comment2#"
email="#card_email#"
>
I'm very new to cold fusion. I suspect that the custom tag is form here: http://cf_payflowpro.riaforge.org/ but I'm not 100% sure. I downloaded it. It has a file in it PayFlowPro.cfm. How and where do I install this?