mothership-ec / cog-mothership-commerce

Mothership Commerce Cogule
Other
5 stars 1 forks source link

Remove all deprecated methods from Order #73

Open joeholdcroft opened 11 years ago

joeholdcroft commented 11 years ago

See how far reaching this is first.

joeholdcroft commented 11 years ago

We should check which methods on Order aren't being called any more and ditch them. Especially ones that have a @deprecated flag in the docblock.

If somewhere is using a deprecated method, ideally we'd change it to the "new way" to free us up to remove the deprecated method.