If anyone is curious, I fixed this locally in my s...
# support
t
If anyone is curious, I fixed this locally in my store - but the fix feels kind of like a hack. I added a decorator for Spree::Order and patched the
create_proposed_shipments
method like so:
Copy code
def create_proposed_shipments
      super.tap { save! }
    end
a
I think this might be a bug! 😱 Would you be willing to open an issue so we can investigate further? 🙏
t
Of course! Will file an issue with as much detail as I can pull together. (Totally possible this is related to some customization I've applied, but I'm not seeing it up front. 🙂 )
a
Thanks!