Function proxy is throwing an error
klzns opened this issue · 1 comments
klzns commented
This line:
getLogoutURL: @::getChangeToAnonymousUserURL()
https://github.com/vtex/vtex.js/blob/master/src/checkout.coffee#L341
This is making getChangeToAnonymousUserURL
to be evaluated as soon as it's parsed.
gberger commented
Extra parens I guess