Skip to content

Commit

Permalink
2023-12-09 20:16:58
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Dec 9, 2023
1 parent 9a315a1 commit 6ef07be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/form-donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h5 class="card-header">{{ (i18n "sc.form.donate.yoomoney") }}</h5>
<span class="input-group-text"><i class="far fa-credit-card fa-fw"></i></span>
<select class="form-select" name="paymentType">
<option value="AC">{{ (i18n "sc.form.donate.card") }}</option>
<option value="PC">{{ (i18n "sc.form.donate.yooMoney") }}</option>
<option value="PC">{{ (i18n "sc.form.donate.yoomoney") }}</option>
<option value="MC">{{ (i18n "sc.form.donate.mobile_phone") }}</option>
</select>
</div>
Expand Down

0 comments on commit 6ef07be

Please sign in to comment.