#akshay-paymentrequest-shipping

1 messages · Page 1 of 1 (latest)

tough elk
#

@kind hemlock maybe the browser just caches this? If you want to trigger it you need to change the shipping address in the UI

kind hemlock
#

The issue is that if the customer selects a different product/quantity, we need to update the shipping/tax info based on that. However that update call is only triggered on shipping address change

#

And what if the customer only has one shipping address?

tough elk
#

hmmmmm

kind hemlock
#

Is there another way to get the customer's current shipping address from the payment reuest?

tough elk
#

So your real question is "the browser does a thing I don't want and I want to work around it?"

#

I thought you were just asking about debugging

#

like if Chrome doesn't call that callback, there's nothing we can do to force it

#

IMO you should cache this yourself too

kind hemlock
#

yeah that makes sense

#

we'll look into our own solution, thanks!