new payment methods service
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user