Is there any way to check whether site is using HT...
# suitecommerce
l
Is there any way to check whether site is using HTTP or HTTPS? using Commerce API?
s
Not what the API is for. Typically you use something like
Utils.isInCheckout()
l
will this works for backend model?
s
Yah