From 8bf268efc2f1e7476c75a8ffc3000db29c6469f7 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Mon, 24 Oct 2016 07:30:42 -0700 Subject: [PATCH] Make clearer which part of the invoicing pipeline we don't provide ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137027375 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bacb7410..2018eb15d 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,10 @@ additional components that are not provided out of the box. **Additional functionality** -* An invoicing/payments system in order to charge registrars for domain name - registrations and accept payments. +* A way to invoice registrars for domain name registrations and accept + payments. Nomulus records the information required to generate invoices in + [billing + events](https://github.com/google/nomulus/blob/master/docs/code-structure.md#billing-events). * Fully automated reporting to meet ICANN's requirements for gTLDs. Nomulus includes substantial reporting functionality but some additional work will be required by the operator in this area.