I have an interesting problem where `<http://LiveO...
# suitecommerce
c
I have an interesting problem where
<http://LiveOrder.Service.ss|LiveOrder.Service.ss>
is returning
ERR_USER_NOT_LOGGED_IN
after using the
registerAsGuest
method. The user object being returned has all the logged in properties set to "T". Has anyone else run into this?
I traced this to the
checkLoggedInCheckout
method.
isLoggedIn2
is returning false right after the user just registered as a guest.
s
Yes I had this issue trying to check if the user is registered as a Guest there is a Twilight zone with Guest checkout, I can;t remember at this time how I bypassed it
b
there is an
isLoggedIn3
, not sure if it fixes this specific problem though