mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-28 06:15:17 +00:00
5 lines
163 B
Ruby
5 lines
163 B
Ruby
class Invoice::DataPresenter::ShippingMethod < Invoice::DataPresenter::Base
|
|
attributes :id, :name, :require_ship_address
|
|
invoice_generation_attributes :id
|
|
end
|