Current section

Files

Jump to
phoenix_kit_billing lib phoenix_kit modules billing application_integration.ex
Raw

lib/phoenix_kit/modules/billing/application_integration.ex

defmodule PhoenixKit.Modules.Billing.ApplicationIntegration do
@moduledoc "Registers Billing module with PhoenixKit on startup."
def register do
# No application env registration needed — billing module is auto-discovered
# via Code.ensure_loaded? in module_registry.ex
:ok
end
end