mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Add Braintree prod merchant ID
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120400330
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user