我的PrestaShop安装包含以下版本:
当我尝试通过Paypal结账时,服务器会抛出500错误。通过检查日志文件,我发现了这个错误:
GHCi> :t (<$>) @((,,) Bool String) f
<interactive>:1:1: error:
• Could not deduce (Functor ((,,) Bool String))
arising from a use of ‘<$>’
from the context: Num b
bound by the inferred type of
it :: Num b => (Bool, String, b) -> (Bool, String, b)
at <interactive>:1:1
• In the expression: (<$>) @((,,) Bool String) f
我怀疑问题实际上不是Paypal插件,但由于它是网站目前支持的唯一付款方式,我无法检查我的怀疑。< / p>
有什么想法吗?
编辑:似乎只有登录的客户才会发生。