This commit is contained in:
parent
bb91324d89
commit
94a995d814
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ SafeHtml RenderPayFieldset(const Form::Checkout& prev, SafeHtml payError,
|
|||
? Format(
|
||||
R"(<label class="pay-option">)"
|
||||
R"(<input type="radio" name="pay"{}{}>)"
|
||||
R"(<span><strong>Bank transfer</strong></span>)",
|
||||
R"(<span><strong>Bank transfer</strong></span></label>)",
|
||||
Attr("value", std::string(Form::kPayBank)),
|
||||
wantsCrypto ? SafeHtml{} : Raw(" checked"))
|
||||
: SafeHtml{};
|
||||
|
|
|
|||
Loading…
Reference in a new issue