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