cf_payflowpro安装

发布于 2024-08-20 20:46:24 字数 765 浏览 4 评论 0原文

我继承了一些使用此自定义标签的代码:

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谜兔 2024-08-27 20:46:24

请参阅 在 ColdFusion 文档上创建和调用自定义标签。引用:

存储自定义标签页

您必须将自定义标记页面存储在以下任一位置:

  • 与调用页面相同的目录
  • cfusion\CustomTags 目录
  • cfusion\CustomTags 目录的子目录
  • 您在 ColdFusion MX Administrator 中指定的目录

See Creating and calling custom tags on the ColdFusion docs. Quote:

Storing custom tag pages

You must store custom tag pages in any one of the following:

  • The same directory as the calling page
  • The cfusion\CustomTags directory
  • A subdirectory of the cfusion\CustomTags directory
  • A directory that you specify in the ColdFusion MX Administrator
心凉 2024-08-27 20:46:24

这是一篇关于如何安装自定义标签的好文章。已经有一段时间了,但是如果你的项目中有一个全局目录,我想你也可以把它放到那里......

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文