Fixes for PayPal email
This commit is contained in:
parent
a2373d86de
commit
baea9e34c2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
data-token="{{ $token->token }}"
|
||||
name="payment-type"
|
||||
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>
|
||||
@endforeach
|
||||
@endisset
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue