PayPal Express를 테스트하는 동안 오류가 발생했습니다 10002 security header is not valid
. 오류는 다음과 같습니다 .
이 사이트는 nginx 및 Varnish가있는 AWS EC2에서 실행됩니다. 나는 구성과 구멍 뚫기를 위해 Turpentine을 사용합니다. 이 아키텍처와 관련이 있습니까?
Sandbox 모드에서 테스트하지는 않지만 라이브 API 자격 증명이 모두 정확합니다. 여러 번 재설정했습니다. 로그를 살펴 보았지만 중요한 것을 찾을 수 없습니다.
2014-01-31T05:47:11+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'PayPal NVP gateway errors: Security header is not valid (#10002: Security error). Correlation ID: 60e76cc8d89c5. Version: 72.0.' in /var/www/app/Mage.php:580
아마도 다음과 관련이 있습니까? 토큰이 비어 있습니다 :
==> payment_paypal_express.log <==
2014-01-31T05:22:42+00:00 DEBUG (7): Array
(
[url] => https://api-3t.paypal.com/nvp
[GetExpressCheckoutDetails] => Array
(
[TOKEN] =>
[METHOD] => GetExpressCheckoutDetails
[VERSION] => 72.0
[USER] => ****
[PWD] => ****
[SIGNATURE] => ****
[BUTTONSOURCE] => Varien_Cart_EC_AU
)
[response] => Array
(
[TIMESTAMP] => 2014-01-31T05:22:42Z
[CORRELATIONID] => 5bcdb0da70494
[ACK] => Failure
[VERSION] => 72.0
[BUILD] => 9285531
[L_ERRORCODE0] => 10002
[L_SHORTMESSAGE0] => Security error
[L_LONGMESSAGE0] => Security header is not valid
[L_SEVERITYCODE0] => Error
)
[__pid] => 1219
)