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

@@ -140,6 +140,12 @@ if [ -f "${PROTO_DIR}/payments/quotation/v1/quotation.proto" ]; then
generate_go_with_grpc "${PROTO_DIR}/payments/quotation/v1/quotation.proto"
fi
if [ -f "${PROTO_DIR}/payments/methods/v1/methods.proto" ]; then
info "Compiling payments methods protos"
clean_pb_files "./pkg/proto/payments/methods"
generate_go_with_grpc "${PROTO_DIR}/payments/methods/v1/methods.proto"
fi
if [ -f "${PROTO_DIR}/billing/fees/v1/fees.proto" ]; then
info "Compiling billing fees protos"
clean_pb_files "./pkg/proto/billing/fees"