WordPress woocommerce payment gateway plugin

i am trying to integrate a payment gateway as a woocommerce payment gateway plugin. I placed everything as required from woocommerce payment gateway but there is one problem in redirecting. I dont know where i am wrong.

Please have a look on my php code. http://www.lovemagic.co/icicipayment.php.zip

Read More

after this code i am getting such error

enter image description here

i think the problem is in function process_payment

Please suggest me the solution.

Thank you! (In advance)

Related posts

Leave a Reply

1 comment

  1. That is a WordPress Request error.

    If your plugin has a sort of an API that you needed to POST/GET to/from and WordPress encounter an error it throw this error.

    Share you code with us.