Skip to content

Commit 70a106d

Browse files
JanSuchanekBarvoj
authored andcommitted
Sort for payments methods
1 parent bce16e3 commit 70a106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/FormType/OrderFormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public function buildForm(FormBuilderInterface $builder, array $options)
4040
->add('paymentType', ChoiceType::class, [
4141
'label' => "Způsob platby",
4242
'choices' => [
43-
"Kartou" => Order::PAYMENT_TYPE_CARD,
4443
"Hotově" => Order::PAYMENT_TYPE_CASH,
44+
"Kartou" => Order::PAYMENT_TYPE_CARD,
4545
],
4646
"attr" => [
4747
"class" => "form-control",

0 commit comments

Comments
 (0)