From cd6510956f72207cc15a1222f7803af2a13c07c5 Mon Sep 17 00:00:00 2001 From: brave-builds Date: Tue, 27 Aug 2019 10:08:12 +0000 Subject: [PATCH] Uplift of #3267 (squashed) to beta --- .../src/bat/ledger/internal/uphold/uphold_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h index c6c9367bae3..6f0d241a848 100644 --- a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h +++ b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_util.h @@ -23,8 +23,8 @@ const char kClientIdProduction[] = "6d8d9473ed20be627f71ed46e207f40c004c5b1a"; const char kClientSecretStaging[] = "67bf87da096748c5bc1e195cfbdd59db006618a0"; const char kClientSecretProduction[] = "de1aa4196c8d4aa50c6bc1371734e3f57f781f72"; -const char kFeeAddressStaging[] = "7ab330ae-b7a6-4845-8f07-baab68848e4e"; -const char kFeeAddressProduction[] = "532857d5-ff8b-4ca7-b9ef-5b1e40178340"; +const char kFeeAddressStaging[] = "1b2b466f-5c15-49bf-995e-c91777d3da93"; +const char kFeeAddressProduction[] = "b01e8c55-5004-4761-9e4b-01ec13e25c92"; std::string GetClientId();