Przeglądaj źródła

Fix payment_method

Dennis 2 lat temu
rodzic
commit
0b1670ad50
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      themes/default/views/store/checkout.blade.php

+ 1 - 1
themes/default/views/store/checkout.blade.php

@@ -52,7 +52,7 @@
                                                                         <span class="mr-3">{{ $gateway->name }}</span>
                                                                     </label>
                                                                     <button class="btn btn-primary rounded" type="button"
-                                                                        name="payment-method" id="{{ $gateway->name }}"
+                                                                        name="payment_method" id="{{ $gateway->name }}"
                                                                         value="{{ $gateway->name }}"
                                                                         :class="payment_method === '{{ $gateway->name }}' ?
                                                                             'active' : ''"