Closed hoshinotsuyoshi closed 4 years ago
Hi there,
Today, when I reflected the #130 change in our code (Spree::Stock::PackageDecorator), it didn't work.
Spree::Stock::PackageDecorator
NoMethodError undefined method `shipping_methods' for true:TrueClass
On this line.
It's probably unintended behavior to assign boolean to vendor.
vendor
This is the patch. https://github.com/spree-contrib/spree_multi_vendor/commit/05428ae180bd14c453b6c3750adc53fe08addf24
I would be happy if you could see it.
Thank you!
Oh, It seems that https://github.com/spree-contrib/spree_multi_vendor/pull/133 solved same issue. I will close this PR. Thank you, @damianlegawiec
Hi there,
Today, when I reflected the #130 change in our code (
Spree::Stock::PackageDecorator
), it didn't work.On this line.
It's probably unintended behavior to assign boolean to
vendor
.This is the patch. https://github.com/spree-contrib/spree_multi_vendor/commit/05428ae180bd14c453b6c3750adc53fe08addf24
I would be happy if you could see it.
Thank you!