gpt4 book ai didi

html - 尝试集成捐赠按钮时出现无效电子邮件地址错误?

转载 作者:太空宇宙 更新时间:2023-11-03 16:08:01 26 4
gpt4 key购买 nike

paypal 指南非常困惑。我想在我的开发机器上的模板中添加一个捐赠按钮以进行测试。指南指向从他们的网站创建一个捐赠按钮,我已经完成了(修改了一点以接受自定义捐赠金额):

<form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="amount" value="33">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----xxxxxxx=-----END PKCS7-----
">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

当我点击捐赠按钮时,它会重定向到 paypal,但随后我看到了这个错误:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.

但是我已经确认了我的邮箱。我还阅读了有关创建沙箱帐户的信息,所以我去了 https://developer.paypal.com并创建了一个测试应用程序。它为我提供了沙盒凭据,但我看不出这与集成捐赠按钮有什么关系。

SO post建议为 business 值提供我的纯文本商家 ID。但是我的 encrypted 值有什么用呢?那不包含我的商家 ID 吗?如果我有我的 encrypted 值,为什么我必须提供我的明文商家 ID?如果我必须使用纯文本商家 ID,为什么 Paypal 不能生成正确的 HTML?

如果我将 cmd 切换到 _s-xclick 并在 business 中省略纯文本商家 ID,那么它工作正常,但我的习惯paypal页面上的金额为空。 paypal 以某种方式丢失了这条信息。

我做错了什么?

最佳答案

创建非托管捐赠按钮后,获取代码的页面中应该有“删除代码保护”链接。单击链接,按钮的代码将以纯文本形式完整显示。这将帮助您更轻松地进行调查。请试一试。如果仍然无法通过,请将您的代码粘贴到此处。

关于html - 尝试集成捐赠按钮时出现无效电子邮件地址错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32672943/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com