mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Move invoice generation to billing bucket and improve emailing
This moves the new pipeline's invoice generation to the billing bucket, under the 'invoices/yyyy-MM' subdirectory. This also changes the invoice e-mail to use a multipart message that attaches the invoice to the e-mail, to guarantee the correct MIME type and download. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181746191
This commit is contained in:
parent
5726f1dc4e
commit
a42f18798e
16 changed files with 477 additions and 133 deletions
|
@ -42,7 +42,7 @@ import org.joda.time.format.DateTimeFormatter;
|
|||
@Module
|
||||
public class BackendModule {
|
||||
|
||||
public static final String PARAM_YEAR_MONTH = "yearMonth";
|
||||
private static final String PARAM_YEAR_MONTH = "yearMonth";
|
||||
|
||||
@Provides
|
||||
@Parameter(RequestParameters.PARAM_TLD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue