I am having trouble updating the `summary` in quot...
# suitecommerce
n
I am having trouble updating the
summary
in quote to checkout. Here is the scenario I am facing. If they customer uses a credit card to quote to checkout, I need to recalculate the tax. I can do that on the
OrderWizard.Module.PaymentSelector.Extension
but some customers don't have invoicing as an option and basically I need to recalculate the tax on
init
for this use case. I am trying to extend the
QuoteToSalesOrder.Model
but on the
initizalize
method,
this
seems to be the model, but I can't change the
summary