workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Make Order::Item#fulfilled_by? the canonical check of item's fulfillment #499

Closed mttdffy closed 4 years ago

mttdffy commented 4 years ago

Methods such as #shipping? and #download? defined from available fulfillment policies now call #fulfilled_by rather than being called by it. This allows #fulfilled_by? to be modified to support more complex scenarios like bundled items from kits.

WORKAREA-273