mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
9 lines
142 B
Ruby
9 lines
142 B
Ruby
# frozen_string_literal: false
|
|
|
|
class Invoice
|
|
class DataPresenter
|
|
class ShipAddress < Invoice::DataPresenter::Address
|
|
end
|
|
end
|
|
end
|