mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Updates for direct debit payment screen
This commit is contained in:
parent
5d66f5df2c
commit
17ceeb8a29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user