Flex 和亚马逊支付
我正在尝试让亚马逊付款与我的 Flex 应用程序一起使用,如下所示: http://miti.pricope .com/2009/07/11/using-amazon-flexible- payment-system-with-flex/
我完全按照他说的做了,我已经下载了文件并下载了文件。更改了访问密钥&秘密密钥。当我在本地主机或我的生产服务器上运行它时,我得到“签名不匹配”
我还需要什么才能让它工作?
还有什么我需要的东西他忘了包括在内吗?
I am trying to get amazon payments working w/ my flex app, as shown here:
http://miti.pricope.com/2009/07/11/using-amazon-flexible-payment-system-with-flex/
I've done exactly as he says, I've downloaded the files & changed the access key & secret key. When I run it on localhost or my production server I get "Signature did not match"
What else do I need to get this to work?
Is there something else I need that he forgot to include?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
让我们尝试下一步:
转到 return.and 找到
function validateQueryString()
并更改为:并在此处发布输出,包括您的
签名不匹配
谢谢。
Lets try next:
goto return.and find
function validateQueryString()
and change to this:and post output here please, including your
Signature did not match
Thanks.