简体   繁体   English

Cookie已关闭Secure Payments PayPal要求为其许多功能启用Cookie。

[英]Cookies are turned off Secure Payments PayPal requires cookies to be turned on for many of its features.

I am trying to integrate Paypal express into my spree e-commerce application I proceed as follow: in Gemfile: 我试图将Paypal express集成到我的狂欢电子商务应用程序中我按照以下步骤进行:在Gemfile中:

gem 'spree_paypal_express', github: 'spree-contrib/better_spree_paypal_express', branch: '2-4-stable'

and I run this command: 我运行这个命令:

bundle install
bundle exec rails g spree_paypal_express:install

I got the paypall payment method in the backend configuration panel and I add my API credentials data (username, password and signature) I have the payPall button added to the other payment method but when i click it I got this error: 我在后端配置面板中获得了paypall支付方式,我添加了我的API凭据数据(用户名,密码和签名)我将payPall按钮添加到其他付款方式但是当我点击它时出现此错误:

Please turn on cookies to check out

and cookies are activated in my chrome browser so why I got this?? 我的Chrome浏览器激活了cookie,为什么我这个?

I had the same issue as you and the solution here helped me out: PayPal Sandbox Error: Cookies are blocked 我和你有同样的问题,这里的解决方案帮助了我: PayPal Sandbox错误:Cookie被阻止了

To simplify: 简化:

  1. Login first your developer's account here: http://developer.paypal.com 首先登录您的开发者帐户: http//developer.paypal.com
  2. Open another tab and login your developer's merchant account here: https://paypalmanager.sandbox.paypal.com/apiAccess.do?subaction=api 打开另一个标签并在此处登录开发者的商家帐户: https//paypalmanager.sandbox.paypal.com/apiAccess.do?subaction = api
  3. Open another tab again and do your express checkout process. 再次打开另一个标签并执行快速结帐流程。

Paypal changed it's Privacy policy last year and is using unsecured cookies (JSESSIONS) Your session information could be stolen in transit by hackers, very worrying and something Paypal is failing miserably to address- be wary. Paypal去年改变了它的隐私政策,并使用了不安全的cookie(JSESSIONS)您的会话信息可能在黑客过境时被窃取,非常令人担忧,并且Paypal惨遭失败以至于要小心谨慎。 This is why Sandbox rightly blocks them. 这就是Sandbox正确阻止它们的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM