Skip to content

Commit 691402f

Browse files
[cr135][WIP] Stub kPayOverTimeLearnMoreUrl
Chromium change: https://chromium.googlesource.com/chromium/src/+/0c4d3ed8613607635c9ca608a58e035417d468e8 commit 0c4d3ed8613607635c9ca608a58e035417d468e8 Author: Wilson Low <[email protected]> Date: Tue Feb 11 11:26:26 2025 -0800 [BNPL] Add pay over time toggle in Payment settings page This change adds the toggle for users to enable/disable BNPL in the settings page. Before: https://screenshot.googleplex.com/6euPENZQXmezhsy After: https://screencast.googleplex.com/cast/NjEwNTU0NDc3ODU3OTk2OHwxMjZlZGNmMS02Mw Bug: 378517835, 356443046
1 parent a5c3ecf commit 691402f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chromium_src/chrome/common/url_constants.h

+6
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ inline constexpr char16_t kPaymentMethodsURLForGPayWeb[] =
332332
inline constexpr char kAddressesAndPaymentMethodsLearnMoreURL[] =
333333
"https://support.brave.com";
334334

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+
335341
// Help URL for Autofill Prediction Improvements.
336342
inline constexpr char16_t kAutofillAiLearnMoreURL[] =
337343
u"https://support.brave.com";

0 commit comments

Comments
 (0)