mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on Bitcoin with Stripe
This commit is contained in:
parent
d16bdf5566
commit
0a6855d19d
@ -69,7 +69,7 @@ class PaymentDatatable extends EntityDatatable
|
||||
} elseif ($model->email) {
|
||||
return $model->email;
|
||||
} elseif ($model->payment_type) {
|
||||
return trans('texts.payment_type_' . $model->payment_type);
|
||||
return trans('texts.payment_type_' . strtolower($model->payment_type));
|
||||
}
|
||||
} elseif ($model->last4) {
|
||||
if ($model->bank_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user