Working on Bitcoin with Stripe
This commit is contained in:
parent
d16bdf5566
commit
0a6855d19d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue