spree / spree_wombat

Connect your Spree Commerce storefront to Wombat
BSD 3-Clause "New" or "Revised" License
31 stars 53 forks source link

Adding shipping_instructions to order serialization #32

Closed iloveitaly closed 10 years ago

iloveitaly commented 10 years ago

In reference to #7

Would be great to get this pulled into other branches as well.

JDutil commented 10 years ago

Thanks I had to make slight modification to fix this, but will be merged shortly. Basically the field is actually special_instructions on the order model so we have to add a shipping_instructions method that calls object.special_instructions to make this work.