Message Boards

Transaction response Not getting in crome

pradip choudhari, modified 3 Years ago.

Transaction response Not getting in crome

Junior Member Posts: 59 Join Date: 5/10/19 Recent Posts

Hi Team , 

We are integrating authorize.net in our application , there Once user full fill card details and submit the information , we are getting transaction response . so for that we done first 1 POC and there we got success , so same code we integrated in our current applications working module , But now we are not getting any transaction response in crome and edge , But code working in firefox . 

some difference we found in POC module and current applications module , that I am sharing below - 
POC related moudle is seperate module , there we staticly passed input and get output . 

while current applcations module , is taking data from 1 module and its passing to Payment module (e.g. if user selecting 1 course , then that course Id , we passing 1 module to another module ) , so for accepecting req. we are having extra property in Payment module is : 

    "com.liferay.portlet.add-default-resource=true",
    
apart from it , Both POC module and Payment module are same . 

I am adding some more info of Payment module is : 
we are integrating Authroize.net hosted form , and in that we communicating via iframe and getting transaction response , so 
its problem with cross origin in crome ? 


so , anyone faced issue like this , can you give us suggestions . 

(we are using Liferay 7GA2)
 








 

thumbnail
Christoph Rabel, modified 3 Years ago.

RE: Transaction response Not getting in crome

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts

Really hard to say because your description is so incomplete.

What does "we are not getting any transaction response in crome and edge" mean? What do you get? An error? Does it hang? Does the browser console (F12 in the browser) tell you anything? Any errors in the network tab?

What do you experience and what do you expect?

Note:

If you want to add the portlet dynamically (with drag and drop) to a page, you abolutely should set this property:

"com.liferay.portlet.add-default-resource=true"

But if it has anything to do with your issue? No idea.