Currently we should do: ``` product = product.refresh() ``` to get an updated product. It would be nice to be able to do just: ``` product.refresh() ```
Currently we should do:
to get an updated product.
It would be nice to be able to do just: