Softon \ Indipay \ Gateways \ Gateway类不存在

问题描述 投票:1回答:1

在使用laravel实施Cc-avenue付款网关时遇到此问题。

问题:类Softon \ Indipay \ Gateways \ Gateway不存在

Reference

$parameters = ['tid' => '1233221223322', 'order_id' => '1232212', 'amount' => '1200.00',];
// gateway = CCAvenue / PayUMoney / EBS / Citrus / InstaMojo / ZapakPay / Mocker
$order = Indipay::gateway('CCAvenue')->prepare($parameters);
return Indipay::process($order);

我已按照上述参考中给出的所有步骤进行操作

laravel laravel-5
1个回答
0
投票

似乎网关配置未传递到“ /vendor/softon/indipay/src/IndipayServiceProvider.php”

请检查是否已缓存“ config.php”。您可以在“ bootstrap / cache / config.php”中检查它。删除此文件并检查,希望它能起作用。

© www.soinside.com 2019 - 2024. All rights reserved.