This commit is contained in:
parent
aaa7a8ce99
commit
413740af2e
4 changed files with 134 additions and 13 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></label>)",
|
||||
R"(<span><strong>Bank transfer</strong><br>Regular IBAN bank transfer.</span></label>)",
|
||||
Attr("value", std::string(Form::kPayBank)),
|
||||
wantsCrypto ? SafeHtml{} : Raw(" checked"))
|
||||
: SafeHtml{};
|
||||
|
|
|
|||
Loading…
Reference in a new issue