gpt4 book ai didi

ruby-on-rails - 用于 rails/activemerchant 的 Paypal 嵌入式支付(iframe 或其他)?

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

我一整天都在尝试将 paypal 与我的网站集成。我能得到的最接近的是:

控制台日志:

Refused to display 'https://www.sandbox.paypal.com/incontext?cmd=_express-checkout&token=TOKEN&useraction=commit' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. 

在我的 Controller 中:

 response = DIGITAL_GATEWAY.setup_purchase(price,
:description => 'test descript',
:ip => request.remote_ip,
:return_url => 'http://localhost:3000/',
:cancel_return_url => 'http://localhost:3000/',
:shipping_address => false,

:items => [{:name => "#{@model.name}",
:number => @model.id,
:quantity => "1",
:amount => price,
:description => @model.description,
:category => "Digital"}]
)

您如何设置嵌入式支付/如何解决 iframe 错误?我在网上找不到任何好的例子。

最佳答案

我感受到了你的痛苦。 PayPal 集成极其困惑和痛苦。

替换这个: https://www.sandbox.paypal.com/incontext?cmd=_express-checkout&token=TOKEN&useraction=commit

有了这个: https://www.sandbox.paypal.com/incontext?token=TOKEN

应该可以解决你的问题。当我尝试时确实如此,但我陷入了另一个问题。干杯。

关于ruby-on-rails - 用于 rails/activemerchant 的 Paypal 嵌入式支付(iframe 或其他)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26557649/

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