lib/pwinty/order.rb in pwinty-3.0.6 vs lib/pwinty/order.rb in pwinty-3.0.7

- old
+ new

@@ -114,9 +114,10 @@ def update_instance_attributes(attrs) self.assign_attributes(attrs) end def packingSlipUrl=(new_url) + # Work around for https://github.com/tomharvey/pwinty3-rb/issues/14 @attributes[:packingSlipUrl] = new_url end protected