new payment methods service

This commit is contained in:
Stephan D
2026-02-12 21:10:33 +01:00
parent b80dca0ce9
commit a862e27087
106 changed files with 3262 additions and 414 deletions

View File

@@ -17,6 +17,7 @@ RUN bash ci/scripts/proto/generate.sh
# Copy service dependencies (needed for go.mod replace directives)
COPY api/ledger ./api/ledger
COPY api/payments/orchestrator ./api/payments/orchestrator
COPY api/payments/methods ./api/payments/methods
COPY api/payments/storage ./api/payments/storage
COPY api/gateway/tron ./api/gateway/tron
COPY api/billing/fees ./api/billing/fees
@@ -39,6 +40,7 @@ COPY --from=builder /src/api/pkg ./api/pkg
# Copy service dependencies
COPY --from=builder /src/api/ledger ./api/ledger
COPY --from=builder /src/api/payments/orchestrator ./api/payments/orchestrator
COPY --from=builder /src/api/payments/methods ./api/payments/methods
COPY --from=builder /src/api/payments/storage ./api/payments/storage
COPY --from=builder /src/api/gateway/tron ./api/gateway/tron
COPY --from=builder /src/api/billing/fees ./api/billing/fees