Woocommerce ignores non-sandbox paypal payment
-
On an ecommerce I’m working on this happens:
– when PayPal sandbox is configured, everything works as intended, and on payment the manager receives the “new order” email, and the customer the “order received” one.
– when actual PayPal data are configured in, woocommerce does not switch the status from “waiting for payment” to “processing”, thus no one receives any email until the manager manually switches it.I’ve activated paypal logging in woo, and for both orders it receives the payment confirmation correctly (and logs it):
Actual data:
`2018-04-27T17:35:06+00:00 INFO Received valid response from PayPal
2018-04-27T17:35:06+00:00 INFO Found order #49842
2018-04-27T17:35:06+00:00 INFO Payment status: completed
`
Sandbox:
`2018-05-02T10:29:19+00:00 INFO Received valid response from PayPal
2018-05-02T10:29:19+00:00 INFO Found order #57472
2018-05-02T10:29:19+00:00 INFO Payment status: completed
`
I have some plugins installed, but no one concerns woocommerce checkout and payment process.The page I need help with: [log in to see the link]
- The topic ‘Woocommerce ignores non-sandbox paypal payment’ is closed to new replies.