gpt4 book ai didi

ruby-on-rails - 在 Rails Controller 中包含库时出现 Paypal SDK Ruby 错误

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

我正在尝试使用 gem。

首先我安装 gem:

gem 'paypal-sdk-rest', :git => 'https://github.com/paypal/PayPal-Ruby-SDK.git'

然后我跑

捆绑我也试过了

bundle installbundle update

然后我将我的 gem 包含到 Controller 中并包含 REST Lib 以使其工作

def doPayment
require 'paypal-sdk-rest'
include PayPal::SDK::REST
end

但是当我运行 doPayment 时,我收到以下错误(请注意,我还没有进行任何付款,只是初始化库)

undefined method `include' for #<UsuarioController:0x007f2b210da040>

我做错了什么?

谢谢

最佳答案

直接在 Controller 中添加 include PayPal::SDK::REST 而不是像示例那样在 Controller 方法中添加,

class PostsController < ApplicationController
include PayPal::SDK::REST

关于ruby-on-rails - 在 Rails Controller 中包含库时出现 Paypal SDK Ruby 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30389920/

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