Skip to content

Commit

Permalink
Fix dusk tests (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Jan 19, 2024
1 parent 008bb4a commit b9ba8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/checkout/steps/payment.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class="[&+div]:flex-1"
<img
class="ml-auto w-8 h-8"
v-bind:src="`/payment-icons/${method.code}.svg`"
onerror="javascript:this.src=`/payment-icons/default.svg`"
onerror="this.onerror=null; this.src=`/payment-icons/default.svg`"
>
</div>
</x-rapidez::radio>
Expand Down

0 comments on commit b9ba8eb

Please sign in to comment.