- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
过去 15 天试图解决 paypal 问题,在 PayPal 升级后,我的客户在付款时遇到问题,前几天它有时工作正常但现在只显示错误。
在我选择要购买的商品并单击“立即购买”按钮后,paypal 显示给我
"This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow." here is image http://screencast.com/t/YJycxzb0FGkf
当我改变的时候
<input type="hidden" name="cmd" value="_xclick">
到
<input type="hidden" name="cmd" value="_donation">
它对某些客户有效,但不像以前那样对所有客户有效。 paypal 升级后我需要做一些 PHP 升级吗?
点击按钮的html代码
<table width="100%">
<tr>
<td height="10"> </td>
</tr>
<tr>
<td align="center"><div style="font-size:14px;font-weight:bold;margin:0px 5px 15px 5px">Recharge your Knight Cash</div></td>
</tr>
<tr>
<td align="center"><div style="font-size:14px;font-weight:bold;margin:0px 5px 15px 5px">Processing payment... please wait.</div></td>
</tr>
<tr>
<td align="center">
<div style="font-size:11px;font-weight:bold;margin:0px 5px 15px 5px">
<form action="https://www<%PAYPAL-SANDBOX%>.paypal.com/cgi-bin/webscr" id="payment_form" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<%PAYPAL-ADDRESS%>">
<input type="hidden" name="item_name" value="<%strName%>">
<input type="hidden" name="amount" value="<%nPrice%>">
<input type="hidden" name="tax" value="0.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="<%CURRENCY%>">
<input type="hidden" name="custom" value="<%TRANSACTION-ID%>">
<input type="hidden" name="return" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=success&id=<%TRANSACTION-ID%>">
<input type="hidden" name="cancel_return" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=cancel&id=<%TRANSACTION-ID%>">
<input type="hidden" name="notify_url" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=ipn&txid=<%TRANSACTION-ID%>">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
<script type="text/javascript">
document.getElementById('payment_form').submit();
</script>
</div>
</td>
</tr>
</table>
我是不是漏掉了什么?过去 5 年它运行良好没问题,所以可能需要升级脚本。欢迎任何建议,因为我尝试了很多东西,但没有任何帮助。
提前致谢
最佳答案
在联系 PayPal 后,他们说正在修复“立即购买”按钮。希望它能帮助别人不要像我一样尝试解决问题并浪费时间,所以只需要等到 paypal 解决问题。
Thank you for contacting PayPal regarding the difficulties your customers have been experiencing when trying to sen payments to your PayPal account.
Good morning Mr. Flegy. My name is Rafaela and I am happy to resolve your query today.
I regret for the inconvenience you have experienced. I have carefully reviewed your email along with the information on your PayPal account and it seems that it has been affected by a known technical issue that has already been reported with our engineering team.
We are aware of an issue with the Buy Now button and the root cause of it has already been resolved. We are now working hard to fix each and every account affected by it.
Mr. Flegy, thank you for providind us the html code and the screenshot.
Regretabbly, we cannot open links or email attachments due to security reasons. So I would like to kindly request you send the screenshot using the link below:
http://www.paypal.com/va/cardconfirmfail/
This will help us to fix this situation.
Thank you very much for your patience and in the meantime you can send your buyers a Money Request or an Invoice.
You can send a Money Request to anyone with an email address. When the Money Request is paid, the money is added to your PayPal account balance.
Here’s how to send a Money Request:
Go to www.paypal.com and log in to your account. Click ‘Request Money’ near the top of the page. Complete the form and click ‘Continue.’ Review your request and click ‘Request Money.’ Note:
We email the recipient your Money Request. We email you when the Money Request is paid. Here’s how to send an Invoice:
PayPal's Invoicing Tool lets you send professional business invoices through email, to use your PayPal account to send an invoice, please follow these steps:
Log in to your account at http://www.paypal.com/ Click on ‘Request Money’ near the top of the page. You can choose to ‘Create an Invoice’ by clicking on this option near the top of the page. Choose ‘New Invoice’ from the ‘Select Template’ drop down list and click ‘Continue’ to start using the invoice tool. Complete the form with the requested information and click ‘Continue’. Review the confirmation screen and click ‘Send Invoice’. The recipient will receive an email informing them of your request for payment which contains a link. After clicking the link, the recipient can log into their existing PayPal account, sign up for a new account or enter their credit card information to pay the money request. Once the recipient pays you, the money will appear in your PayPal account balance.
I believe that the information that I have provided resolves your query. However, please do not hesitate to contact us if you require any further information and we will be more than happy to resolve it for you. Have a good day Mr. Flegy.
It is my pleasure to assist you. Thank you for choosing PayPal.
Sincerely, Rafaela PayPal
Copyright © 1999-2016 PayPal. All rights reserved. Consumer advisory- PayPal Pte. Ltd., the holder of PayPal’s stored value facility, does not require the approval of the Monetary Authority of Singapore. Users are advised to read the terms and conditions carefully.
关于php - Paypal "Buy Now"笔交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38443847/
我听过很多次公司喜欢HBase的强一致性。我阅读了 HBase 并喜欢它。然后我想到了mongodb write和那时候的区别。查了一下MongoDB似乎也有很强的一致性。但它是一致的吗?看起来 HB
区块链入门 ③ - 交易 交易 概述 比特币交易本质上包含交易参与者价值转移的相关信息数据结构。比特币区块链是一本全球复式记账总账簿,每笔交易都是在比特币区块链上的一个公开记录.
我有以下情况: 我正在迭代我的Affiliate 实体,对于每个实体,我需要在一个唯一的事务中保存和更新数据。因此,我有一个服务,其方法用 Spring @Transactional 注释(其中创建和
我无法理解 DaoManager 的默认行为。 DaoManager.createDao(connectionSource, theClass); 这需要一个 connectionSource - 而
我是 Spring 新手,有一个关于事务的问题。 我知道对于每个 http 请求都有一个 servlet 线程,它有自己的堆栈。据我所知,所有局部变量和方法都驻留在堆栈上。因此,如果我有一个方法 pu
我想设计一个简单的应用程序(没有 j2ee 和 jms),可以处理大量消息(比如在交易系统中) 我创建了一个服务,可以接收消息并将它们放入队列中,这样系统就不会在过载时卡住。 然后我创建了一个包装队列
如果使用 PDO 事务,是否需要锁定表? 如果用户 a 有 50 笔钱,将 50 笔转给用户 b,PDO 交易是否会确保它们都无误地执行? 另外,如果说我有一个 if 语句, if ($user['m
我正在实现一个方法,它会做类似的事情: ... try { myPojo.setProperty("foo"); myService.execute(myPojo); } catch (E
我正在尝试使用 ActiveRecord::Base.transaction。我认为使用 Rails 1.2.6 和 mysql 5.0 默认情况下回滚不起作用。多玩一点我发现 autocommit
我在我的网站上使用嵌入式支付,支付交易直接从买家到卖家发起,服务充当 API 调用方。商品价格由卖家以美元设定,以简化国际贸易。 当发件人和收件人都是俄罗斯居民时,发件人会收到错误消息: The pa
如果我删除我的应用程序中的数据,然后重新购买一些我知道该帐户已经拥有的托管 IAP,iOS 会给我原生的“您确定要重新购买该项目吗?您不会被收取费用”对话框。这符合预期。 当购买返回到我的应用程序时,
我一直在阅读 transactions & jooq但我很难看到如何在实践中实现它。 假设我为 JOOQ 提供了一个自定义 ConnectionProvider,它恰好使用了一个自动提交设置为 fal
我们正在使用 Entity Framework 并在事务范围内运行单元测试。我们最初在标题中遇到错误。 我已经设法将问题隔离开来。 using (TransactionScope scope1 = n
我有一个注册页面,基本上我需要将数据插入到 4 个表中。我是 PDO 的新手,对某些事情感到困惑。 基本上,如果任何插入失败,我不想向数据库中添加任何内容,这看起来很简单。 我的困惑是,我需要首先在我
我使用枢轴点进行交易。我在屏幕指示器上使用以下指标“CM_Pivots_Filtered”、“Pivots”、“CD_PivotR”和“CM_Gaps_Intra-Day_V2.1”。这些枢轴工作得很
我正在努力解决 Sonar 问题: squid:S2229 "Methods should not call same-class methods with incompatible "@Transa
在我的 Controller 中,我有一些类似的代码... ... if user.save something = Something.where("thing = ?", thing)
我使用 StoreKit 进行应用内购买。我发现当用户按下“取消”按钮时,API 的行为很奇怪。 例如,如果我在“确认您的应用内购买”屏幕上按“取消”,我会收到一个带有 error.code == S
AppStore 在自动续订自动续订订阅时是否会发出交易?如果是这样,如果应用程序将自己设置为观察者,那么下次应用程序加载时是否可以可靠地检测到它: [[SKPaymentQueue defaultQ
我正在研究 EMV 技术,并寻找终端和发行者之间的通信(请求/响应)以进行授权/在线 PIN 检查。 我知道离线数据验证仅在终端上进行检查,然后终端将数据发送给发行者。我想知道授权过程需要发送哪些数据
我是一名优秀的程序员,十分优秀!