Closed jrlarano closed 1 week ago
I do not believe the JS SDK should contain business logic like this. This ought to be handled server-side.
@mortenbo Agree, should this be handled in Squid or BB?
I'd say BB.
Does that mean that this PR is off?
Yes. I'm closing this now. 🙂
This is to avoid the
{{savings}}
template text from showing up in the modal. The reason why there's{{savings}}
is because we use this as template text forcomment
component which will be tranformed by bumblebee intoSpar {savingsVal}
. However, the squid returns this as it is.