We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kPayOverTimeLearnMoreUrl
1 parent a5c3ecf commit 691402fCopy full SHA for 691402f
chromium_src/chrome/common/url_constants.h
@@ -332,6 +332,12 @@ inline constexpr char16_t kPaymentMethodsURLForGPayWeb[] =
332
inline constexpr char kAddressesAndPaymentMethodsLearnMoreURL[] =
333
"https://support.brave.com";
334
335
+// The URL for the "Pay over time" support page.
336
+// TODO(crbug.com/395027230): Change URL once official support page is
337
+// finalized.
338
+inline constexpr char16_t kPayOverTimeLearnMoreUrl[] =
339
+ u"https://support.brave.com";
340
+
341
// Help URL for Autofill Prediction Improvements.
342
inline constexpr char16_t kAutofillAiLearnMoreURL[] =
343
u"https://support.brave.com";
0 commit comments