@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | ], |
54 | 54 | 'label' => false, |
55 | 55 | 'choices' => $data, |
56 | - 'choice_attr' => function ($value) use ($images, $paymentFee) { |
|
56 | + 'choice_attr' => function($value) use ($images, $paymentFee) { |
|
57 | 57 | return [ |
58 | 58 | 'image' => $images[$value], |
59 | 59 | 'paymentFee' => $paymentFee[$value], |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | 'label' => false, |
65 | 65 | 'choices' => $issuers['ideal'] ?? null, |
66 | 66 | 'choice_label' => 'name', |
67 | - 'choice_attr' => function ($value) { |
|
67 | + 'choice_attr' => function($value) { |
|
68 | 68 | return ['image' => $value->image->svg]; |
69 | 69 | }, |
70 | 70 | ]) |