Update charge.php
This commit is contained in:
parent
07cc21a113
commit
4633af3f5d
@ -135,11 +135,10 @@ if (!$rowid)
|
|||||||
if ($charge->payment_method_details->type=='card')
|
if ($charge->payment_method_details->type=='card')
|
||||||
{
|
{
|
||||||
$type = $langs->trans("card");
|
$type = $langs->trans("card");
|
||||||
}
|
} elseif ($charge->source->type=='card'){
|
||||||
elseif ($charge->source->type=='card'){
|
$type = $langs->trans("card");
|
||||||
$type = $langs->trans("card");
|
|
||||||
} elseif ($charge->payment_method_details->type=='three_d_secure'){
|
} elseif ($charge->payment_method_details->type=='three_d_secure'){
|
||||||
$type = $langs->trans("card3DS");
|
$type = $langs->trans("card3DS");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($charge->payment_intent)) {
|
if (! empty($charge->payment_intent)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user