我提供一个针对 Prestashop 的 PayPal 3.x 模块常见错误的解决方案,类型如下: Veuillez contacter le marchant: 1. PayPal response: 2. SILOVER -> name=SANDBOX3.API.1&silo_version=880&app=slingshotapi&TIME=244402772; domain 3. TIMESTAMP -> 2014-10-24T17:49:03Z 只需修改文件 modules/paypal/api/paypal_connect.php。 替换: if (!$simple_mode || !preg_match(‘/[A-Z]+=/’, $tmp, $result)) 改为如下: if (!$simple_mode || !preg_match(‘/[TOKEN]+=/’, $tmp, $result)) 祝你好运! 短链… Continue Reading →
© 2026 Bensimon Eyal — Powered by WordPress
Theme by Anders Noren — Up ↑