mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 09:57:17 +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) {
|
public static String provideBraintreeMerchantId(RegistryEnvironment environment) {
|
||||||
switch (environment) {
|
switch (environment) {
|
||||||
case PRODUCTION:
|
case PRODUCTION:
|
||||||
return "TODO(b/25619518): Add production Braintree API credentials";
|
return "6gm2mm48k9ty4zmx";
|
||||||
default:
|
default:
|
||||||
// Valentine: Domain Registry Braintree Sandbox
|
// Valentine: Domain Registry Braintree Sandbox
|
||||||
return "vqgn8khkq2cs6y9s";
|
return "vqgn8khkq2cs6y9s";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue