spree / spree_wombat

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

Fix customer return handler to not attempt to explicitly accept return i... #23

Closed athal7 closed 10 years ago

athal7 commented 10 years ago

...tems

As of https://github.com/spree/spree/commit/1319b82f8eee3cf516b25156542e32bba99a364d, return items automatically attempt to accept upon reception, so it is not necessary to attempt to accept them explicitly here.

JDutil commented 10 years ago

Thanks