WPIntell

Source evidence

integration problem

GTPay Woocommerce Payment Gateway · support · 2019-02-25T15:01:00+00:00

complaintsentiment
highseverity
1.0relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 47 rows with source links

17.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

39 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
swatipriya unresolved
Hello, I have Installed GTPay to my WordPress website and activated it using merchant id and hash key. But, when I am trying to test GTpay payment option by placing order, It is not redirecting me to GTpay ,it simply redirects me to my website home page and order is not getting placed. I don’t know where i am going wrong. if anyone have idea about this please help Thanks in advance You need to change in gtpay-payment.php replace function by below code. function process_payment($order_id) { global $woocommerce; $order = new WC_Order($order_id); return array( 'result' => 'success', 'redirect' => $order->get_checkout_payment_url( true ) ); } Thank for the update, I have updated this and now I got to the point of redirecting me to gtpay and I got another error Server Error in ‘/OrangeLocker’ Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /orangelocker/gtpaym/tranx.aspx Any other suggestion? I’m currently facing this problem. Any advice? Hello @jamesonkeju and @heywhydot16 Open icludes/settings.php and update line 12 as below: "s_payment_endpoint" => "http://gtweb.gtbank.com//GTPay/Tranx.aspx", Let me know if this helps

Comments

5 shown
swatipriya 2019-02-25T15:35:00+00:00

Thanks in advance

Nitish Thakrar 2019-03-25T10:27:00+00:00

You need to change in gtpay-payment.php replace function by below code. function process_payment($order_id) { global $woocommerce; $order = new WC_Order($order_id); return array( 'result' => 'success', 'redirect' => $order->get_checkout_payment_url( true ) ); }

jamesonkeju 2019-06-12T21:22:00+00:00

Thank for the update, I have updated this and now I got to the point of redirecting me to gtpay and I got another error Server Error in ‘/OrangeLocker’ Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /orangelocker/gtpaym/tranx.aspx Any other suggestion?

heywhydot16 2019-06-24T20:57:00+00:00

I’m currently facing this problem. Any advice?

jekayode 2019-11-25T14:15:00+00:00

Hello @jamesonkeju and @heywhydot16 Open icludes/settings.php and update line 12 as below: "s_payment_endpoint" => "http://gtweb.gtbank.com//GTPay/Tranx.aspx", Let me know if this helps