cf_payflowpro安装
我继承了一些使用此自定义标签的代码:
<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#"
>
我对冷聚变非常陌生。我怀疑自定义标签是在这里形成的: http://cf_payflowpro.riaforge.org/ 但我'我不是100%确定。我下载了。其中有一个文件 PayFlowPro.cfm。我如何以及在哪里安装它?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 在 ColdFusion 文档上创建和调用自定义标签。引用:
See Creating and calling custom tags on the ColdFusion docs. Quote:
这是一篇关于如何安装自定义标签的好文章。已经有一段时间了,但是如果你的项目中有一个全局目录,我想你也可以把它放到那里......
Here is a good article about how to install custom tags. It has been a while, but if you have a global directory in the project, I think you can just drop it in there too...