@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | ->add('molliePaymentMethods', ChoiceType::class, [ |
| 48 | 48 | 'label' => false, |
| 49 | 49 | 'choices' => $data, |
| 50 | - 'choice_attr' => function ($value) use ($images, $paymentFee) { |
|
| 50 | + 'choice_attr' => function($value) use ($images, $paymentFee) { |
|
| 51 | 51 | return [ |
| 52 | 52 | 'image' => $images[$value], |
| 53 | 53 | 'paymentFee' => $paymentFee[$value], |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | 'label' => false, |
| 59 | 59 | 'choices' => $issuers['ideal'] ?? null, |
| 60 | 60 | 'choice_label' => 'name', |
| 61 | - 'choice_attr' => function ($value) { |
|
| 61 | + 'choice_attr' => function($value) { |
|
| 62 | 62 | return ['image' => $value->image->svg]; |
| 63 | 63 | }, |
| 64 | 64 | ]) |