mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Delete all Braintree code
We never launched this, don't planning on launching it now anyway, and it's rotted over the past two years anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202993577
This commit is contained in:
parent
7023b818b7
commit
32b3563126
67 changed files with 28 additions and 3352 deletions
|
@ -560,7 +560,6 @@ class google.registry.model.registrar.Registrar {
|
|||
boolean premiumPriceAckRequired;
|
||||
google.registry.model.CreateAutoTimestamp creationTime;
|
||||
google.registry.model.UpdateAutoTimestamp lastUpdateTime;
|
||||
google.registry.model.registrar.Registrar$BillingMethod billingMethod;
|
||||
google.registry.model.registrar.Registrar$State state;
|
||||
google.registry.model.registrar.Registrar$Type type;
|
||||
google.registry.model.registrar.RegistrarAddress internationalizedAddress;
|
||||
|
@ -591,10 +590,6 @@ class google.registry.model.registrar.Registrar$BillingAccountEntry {
|
|||
java.lang.String accountId;
|
||||
org.joda.money.CurrencyUnit currency;
|
||||
}
|
||||
enum google.registry.model.registrar.Registrar$BillingMethod {
|
||||
BRAINTREE;
|
||||
EXTERNAL;
|
||||
}
|
||||
enum google.registry.model.registrar.Registrar$State {
|
||||
ACTIVE;
|
||||
PENDING;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue