mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
Add Registrar client ID to Braintree payment info
The client ID is passed as the "customer ID" to Braintree. In order for this to work, someone needs to go into the Braintree website beforehand, click on "New Customer" link, and create the customer record with a matching ID. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116769955
This commit is contained in:
@@ -28,6 +28,7 @@ import com.google.domain.registry.request.RequestModule;
|
||||
import com.google.domain.registry.request.RequestScope;
|
||||
import com.google.domain.registry.ui.server.registrar.RegistrarPaymentAction;
|
||||
import com.google.domain.registry.ui.server.registrar.RegistrarPaymentSetupAction;
|
||||
import com.google.domain.registry.ui.server.registrar.RegistrarUserModule;
|
||||
import com.google.domain.registry.whois.WhoisHttpServer;
|
||||
import com.google.domain.registry.whois.WhoisModule;
|
||||
import com.google.domain.registry.whois.WhoisServer;
|
||||
@@ -39,6 +40,7 @@ import dagger.Subcomponent;
|
||||
@Subcomponent(
|
||||
modules = {
|
||||
RdapModule.class,
|
||||
RegistrarUserModule.class,
|
||||
RequestModule.class,
|
||||
WhoisModule.class,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user