mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for PayPal email
This commit is contained in:
parent
a2373d86de
commit
baea9e34c2
@ -39,7 +39,7 @@
|
|||||||
data-token="{{ $token->token }}"
|
data-token="{{ $token->token }}"
|
||||||
name="payment-type"
|
name="payment-type"
|
||||||
class="form-radio cursor-pointer toggle-payment-with-token"/>
|
class="form-radio cursor-pointer toggle-payment-with-token"/>
|
||||||
<span class="ml-1 cursor-pointer">{{ $token->meta->email }}</span>
|
<span class="ml-1 cursor-pointer">{{ optional($token->meta)->email }}</span>
|
||||||
</label>
|
</label>
|
||||||
@endforeach
|
@endforeach
|
||||||
@endisset
|
@endisset
|
||||||
|
Loading…
Reference in New Issue
Block a user