mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02:00
Add Braintree prod merchant ID
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120400330
This commit is contained in:
parent
3a3f112454
commit
36ab6c15fe
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ public final class ConfigModule {
|
|||
public static String provideBraintreeMerchantId(RegistryEnvironment environment) {
|
||||
switch (environment) {
|
||||
case PRODUCTION:
|
||||
return "TODO(b/25619518): Add production Braintree API credentials";
|
||||
return "6gm2mm48k9ty4zmx";
|
||||
default:
|
||||
// Valentine: Domain Registry Braintree Sandbox
|
||||
return "vqgn8khkq2cs6y9s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue