mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
module Api::Admin::PaymentMethod
|
|
class StripeSerializer < BaseSerializer
|
|
attributes :preferred_enterprise_id
|
|
end
|
|
end
|