Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
aefb4fa7
Commit
aefb4fa7
authored
Apr 11, 2019
by
Dominik Hebeler
Browse files
Changed default option for bitpay
parent
78ffd707
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/bitpay.blade.php
View file @
aefb4fa7
...
...
@@ -7,9 +7,9 @@
<div
class=
"field-input-wrapper"
>
<input
class=
"bitpay-donate-field-price field-input"
name=
"price"
type=
"number"
value=
"10.00"
placeholder=
"{{ trans('bitpay.amount') }}"
maxlength=
"10"
min=
"1"
step=
"0.01"
/>
<select
class=
"bitpay-donate-field-currency field-input"
name=
"currency"
value=
""
>
<option
selected=
"selected"
value=
"USD"
>
USD
</option>
<option
value=
"USD"
>
USD
</option>
<option
value=
"BTC"
>
BTC
</option>
<option
value=
"EUR"
>
EUR
</option>
<option
selected=
"selected"
value=
"EUR"
>
EUR
</option>
<option
value=
"GBP"
>
GBP
</option>
<option
value=
"AUD"
>
AUD
</option>
<option
value=
"BGN"
>
BGN
</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment