0

I am working on a Xcart online store. Its version is 4. For payment gateway we have integrated "PayPal Pro" but its showing following error When I check out through paypal payment pro with my credit card:

Order declined. Review your data or contact the store administrator. Reason: Declined Error: (Code: , Severity: )

So please suggest me for this issue. Thanks in advance.

4

2 に答える 2

0

1)このコードを追加

define('PAYPAL_ADVANCED_DEBUG', 1);
define('PAYPAL_DEBUG', 1);
define('PAYPAL_STANDARD_DEBUG', 1)

config.local.php に (存在しない場合は作成します)

2) 次に、var/log/x-errors_paypal-* ログを確認します

3) デバッグ コードを削除します。

于 2016-09-01T05:47:28.203 に答える