php - WooCommerce Payu Latam Gateway Looping - TEST MODE Works but NOT Live Mode -


this solved already, check note #2 below

hello using following.

  1. wordpress – version 4.6.1
  2. woocommerce – version 2.6.8
  3. woocommerce – payu latam gateway – version 1.2.3

here plugin settings on image:

http://fanninlandscaping.com/images/1pa.gif

the problem

everything in test mode working fine.

when click pay, gateway send payu latam.

but when disable test mode, gateway keep looping.

and send error.

 timeout proxy server did not receive timely response upstream server. reference #1.f6e1ab42.1478806337.5e5c19f  

note #1:

this gateway url live mode payments.

--> gateway.payulatam.com/ppp-web-gateway/page-redirect.zul

this gateway url test mode payments.

--> sandbox.gateway.payulatam.com/ppp-web-gateway/page-redirect.zul

note #2

the problems credentials, thanks.

i thinks there need check live credentials , update test live.

1) change live account api
2) change live account merchant id.
3) change live account id.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -