mirror of
https://github.com/google/nomulus.git
synced 2025-05-31 01:34:05 +02:00
Do not include transactions with zero unit price in invoice
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=215611195
This commit is contained in:
parent
4a9b715020
commit
e3a35f0aa0
2 changed files with 3 additions and 3 deletions
|
@ -177,9 +177,7 @@ public class InvoicingPipelineTest {
|
|||
"2017-10-01,2022-09-30,234,70.75,JPY,10125,1,PURCHASE,theRegistrar - hello,1,"
|
||||
+ "CREATE | TLD: hello | TERM: 5-year,70.75,JPY,",
|
||||
"2017-10-01,2018-09-30,456,20.50,USD,10125,1,PURCHASE,bestdomains - test,1,"
|
||||
+ "RENEW | TLD: test | TERM: 1-year,20.50,USD,116688",
|
||||
"2017-10-01,2018-09-30,789,0.00,USD,10125,1,PURCHASE,anotherRegistrar - test,1,"
|
||||
+ "CREATE | TLD: test | TERM: 1-year,0.00,USD,");
|
||||
+ "RENEW | TLD: test | TERM: 1-year,20.50,USD,116688");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue