cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris 2205: Failed to place order in B2C site.

former_member847943
Discoverer
0 Kudos
780

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

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`