gpt4 book ai didi

php - 网关 [paypal] 不支持方法 [create]

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

我关注了this教程。我试图将 Paypal 整合到我的网站中。我的目的是允许用户使用 Paypal 通过捐赠按钮向另一个用户汇款。我的配置:

      return array(

// The default gateway to use
'default' => 'paypal',

// Add in each gateway here
'gateways' => array(
'paypal' => array(
'driver' => 'PayPal_Express',
'options' => array(
'solutionType' => '',
'landingPage' => '',
'headerImageUrl' => ''
)
)
)

);

但是当我调用 $gateway = Omnipay::create('PayPal_Express'); 时,我得到了这个错误:

BadMethodCallException

Method [create] is not supported by the gateway [paypal].

我该如何纠正这里的问题,在调用创建函数之前是否需要进行任何配置?有什么方法可以将 Laravel 中的 paypal 支付集成到我的网站中吗?

最佳答案

实际上我忘记调用:use Omnipay\Omnipay; 在进入我的 Controller 类之前。现在可以了。

关于php - 网关 [paypal] 不支持方法 [create],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26618731/

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