Feature: translations on regions and countries on payment methods

This commit is contained in:
2026-09-15 23:53:59 +03:00
parent ba6d68c5b9
commit 038ea05d56
3 changed files with 32 additions and 4 deletions
@@ -23,7 +23,7 @@
@checked($selected === $method->type)
data-action="change->bbk-payment#selectMethod"
>
<span class="bbk-checkout-payment-option-name">{{ $method->name }}</span>
<span class="bbk-checkout-payment-option-name">{{ $method->translate('name') }}</span>
</label>
@endforeach
</div>