cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris 2205: Failed to place order in B2C site.

former_member847943
Discoverer
0 Kudos

Hi

  • Not able to do payment in Hybris 2205

My sop.post.url is https://localhost:9002/acceleratorservices/sop-mock/process and my website url is https://electronics.local:9002/winpartsstorefront It is giving Invalid CORS Request. Please help on the same

former_member847943
Discoverer
0 Kudos

I have made the below change and now I am getting 404 not found while doing the payment.

website url:-https://localhost:9002/winpartsstorefront

sop.post.url:-https://localhost:9002/acceleratorservices/sop-mock/process

Below is the Screenshot

former_member847943
Discoverer
0 Kudos

This issue is resolved. Made configuration changes

Accepted Solutions (0)

Answers (1)

Answers (1)

andyfletcher
Active Contributor
0 Kudos

Have you set the property `acceleratorservices.payment.sopmock.enabled` to true?

It is set to false by default so you should set it in your `local.properties` file

You can see the code where it returns a 404 in `de.hybris.platform.acceleratorservices.web.payment.interceptors.PaymentMockControlHandlerInterceptor`