mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show error message on no payment method
This commit is contained in:
parent
7dbb9bd60a
commit
1b50175c34
@ -37,6 +37,8 @@
|
||||
<span class="ml-1 cursor-pointer">**** {{ $token->meta?->last4 }}</span>
|
||||
</label>
|
||||
@endforeach
|
||||
@else
|
||||
<label class="alert alert-failure mb-4">Please add a payment method first.</label>
|
||||
@endisset
|
||||
|
||||
@endcomponent
|
||||
|
Loading…
x
Reference in New Issue
Block a user