【发布时间】:2015-02-10 16:14:30
【问题描述】:
设置贝宝快速结帐后,我现在正在按照here 提供的说明设置条带支付网关,但我收到了一个错误
Unable to find template "@PayumStripe/Action/obtain_checkout_token.html.twig" : "Bundle "PayumStripe" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file?"
按照说明,我在AppKernel 中添加了以下内容,我还需要添加什么?
new Payum\Bundle\PayumBundle\PayumBundle(),
【问题讨论】:
-
您错过了更新路由吗?
-
我在文档中没有看到任何与路由相关的内容。如果我遗漏了什么,请告诉我