It is possible to use SS1 and SS2 for SCA in same module?
g
Greg Field
04/07/2022, 12:42 PM
Yes
In separate folders
l
Lucas
04/07/2022, 12:48 PM
But, how we can decide which one we should call?
through frontend model?
e
eminero
04/07/2022, 2:06 PM
@Lucas Using this in your frontend method: Utils.getAbsoluteUrl and passing a second argument as true. That will point to the services you have in SS2. Both can exist in the same extension.