Not completing Payment
-
Hey guys;
The sandbox details worked perfectly, but when we moved to live details, the process suddenly stopped working.
Initially the logs indicated
[L_ERRORCODE0] => 11812 [L_SHORTMESSAGE0] => Invalid Data [L_LONGMESSAGE0] => The value of Description parameter has been truncated. [L_SEVERITYCODE0] => Warning
Which was a bug I found other people had. No worries, I’ll just
mb_substr
the description in the plugin files.This stopped that error (probably worth looking at on your end!).
But I cannot get the plugin to work. The backend is set to Sale, but the logs indicate the SetExpressCheckout command is being run fine, and returns a success. But the DoExpressCheckout is never hit.
When I try to buy an item, I enter the details, and all appears to be working, but after hitting pay in the popup, it just closes and I remain on the cart page of woocommerce. The order never appears in the backend, and no one is charged.
The server has openSSL at the correct version, and as I said the sandbox works fine.
If it helps, I get ‘The “require billing address” option is not enabled by your account and has been disabled.’ whenever I try to enable billing address via wp-admin.
- The topic ‘Not completing Payment’ is closed to new replies.