How can I update ajax cart currency without page refresh?

Hello all,

So i have a weird issue.

I’m using an ajax cart, and everything works fine except for the currency conversion.

When i convert the currency, it is displayed properly - but when added via ajax to the cart, it uses the “old” currency.

If i print out cart.currency i can see it is not updating it.

HOWEVER - if i do a manual refresh of the page after the items have been added to the cart, the currency changes to the correct one.

I am new to shopify so bear with me - but how do i make sure the cart gets the correct currency without doing a refresh?

Thanks all.