cancel
Showing results for 
Search instead for 
Did you mean: 

After entering the payment visa details I am getting issue?

Former Member
0 Kudos

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I have added below properties in config/local.properties file, now i am able to place order in Electronics site successfully by using site url as https://localhost:9002/yacceleratorstorefront/?site=electronics

website.electronics.http=http://localhost:9001/yacceleratorstorefront?site=electronics website.electronics.https=https://localhost:9002/yacceleratorstorefront?site=electronics

Former Member
0 Kudos

Hi Naveen, I was also facing the same issue.This is because in the main project.properties file the electronic site information is mentioned rather then for apparel/yacceleratorstorefront information.Chnage them to your relevant site and build and deploy.Your issues will be resolved. Regards, Hena

Former Member
0 Kudos

I followed same steps but still i am unable to place an order.

Former Member
0 Kudos

In the above property, I hope instead of hybris you have added your respective storefront. Like instead of hybris, if it is electronics, website.electronics.http. Could you Please check that and let me know

Former Member
0 Kudos

I changed he necessary configurations.I added website.hybris.http=http://electronics.local:9001/merchandisestorefront website.hybris.https=https://electronics.local:9002/merchandisestorefront in local.properties file and tested with input creditentials provided by you but still the same issue.

Former Member
0 Kudos

You have to change electronics.local to locahost as i have provided. First try the below set of properties and let me know.

website.hybris.http=http://localhost:9001/merchandisestorefront website.hybris.https=https://localhost:9002/merchandisestorefront

If you still face issues after adding above try with below properties

website.hybris.http=http://localhost:9001/store?site=hybris website.hybris.https=https://localhost:9002/store?site=hybris

Former Member
0 Kudos

Still I am getting the same exception

Former Member
0 Kudos

Did you add the changes which I proposed like instead of electronics.local to localhost? Did you try add this in local.properties and try restarting the server as well? Please do let me know.

Former Member
0 Kudos

I done with all the changes but also I am getting the same Issue

Former Member
0 Kudos

Naveen, were you able to resolve this issue and if so how? I am experiencing this issue with hybris 5.6 and have tried a number of fixes with equal lack of success. :)

Former Member
0 Kudos

Hi Naveen,

I have reproduced the same issue and solved the above by adding this in local.properties.

website.hybris.http=http://localhost:9001/yacceleratorstorefront website.hybris.https=https://localhost:9001/yacceleratorstorefront

You can add this directly by going to hac->Platform->configuration and search for these properties and modify instantly and test the same. Please do let me know if you face any issues. Use the test payment details as given in below link.

https://wiki.hybris.com/display/acc/Checkout+-+Test+payment+details

Thanks,

Jayahar

Former Member
0 Kudos

the url is not workng

Former Member
0 Kudos

Please find below the test card details. Test card details: Card type: VISA Card number: 4111111111111111 Name on card: John Doe Expiry month: 12 Expiry year: 2020 I hope the above configuration solves your need. Please confirm.