【问题标题】:CodeIgniter PayPal Library , angelleyeCodeIgniter PayPal 库
【发布时间】:2015-07-12 14:47:52
【问题描述】:

我正在尝试使用 Codeigniter 库并配置 Paypal Express Checkout。现在,我不断收到无效令牌的错误 10410。 如何在我的 Do_express_checkout_payment() 函数中设置以下字段。 ‘token’ => ‘ ‘, ‘payerid’ => ‘ ‘,

【问题讨论】:

    标签: codeigniter paypal


    【解决方案1】:

    令牌值在 SetExpressCheckout 响应中返回。付款人 ID 在 GetExpressCheckoutDetails 响应中返回。您需要将它们保存在会话变量或类似的东西中,以便您可以相应地填充 DoExpressCheckoutPayment。

    【讨论】:

      猜你喜欢
      • 2012-01-23
      • 2017-01-04
      • 1970-01-01
      • 1970-01-01
      • 2013-09-12
      • 2015-01-22
      • 2011-12-11
      • 2017-09-07
      • 2020-06-24
      相关资源
      最近更新 更多