1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Updates for direct debit payment screen

This commit is contained in:
David Bomba 2023-03-22 19:33:27 +11:00
parent 5d66f5df2c
commit 17ceeb8a29

View File

@ -22,7 +22,7 @@
<label class="mr-4">
<input type="radio" data-token="{{ $token->token }}" name="payment-type"
class="form-radio cursor-pointer toggle-payment-with-token" />
<span class="ml-1 cursor-pointer">{{ ctrans('texts.payment_type_direct_debit') }}
<span class="ml-1 cursor-pointer">{{ App\Models\GatewayType::getAlias($token->gateway_type_id) }}
(#{{ $token->token }})</span>
</label>
@endforeach