1
0
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:
Hillel Coren 2017-10-23 23:03:29 +03:00
parent d16bdf5566
commit 0a6855d19d

View File

@ -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) {