我目前正在将Paypal集成到我的laravel项目中。我只想问问是否需要令牌?
在我的routes/api.php
中(我出于测试目的创建了此路由):
Route::post('create-payment', function () {
return 'create returns';
});
这些代码实际上在paypal documentation
中找到return actions.request.post('/api/create-payment')
.then(function(res) {
console.log(res);
});
我的问题是,为什么“创建退货”未显示在控制台日志中。因为是POST请求,是否需要csrf令牌?如果是,我该如何传递令牌?
不建议使用突变事件。请改用MutationObserver。 script.js:60:17
源为“ blob:localhost:8000 / e0a343cc-c735-46e9-b9ef-59a5300f6cf7”的加载失败。空白:1:1
不建议使用突变事件。请改用MutationObserver。