Update charge.php
This commit is contained in:
parent
07cc21a113
commit
4633af3f5d
@ -130,16 +130,15 @@ if (!$rowid)
|
|||||||
$label.="Réseau: ".$charge->outcome->network_status."<br>";
|
$label.="Réseau: ".$charge->outcome->network_status."<br>";
|
||||||
$label.="Statut: ".$langs->trans("".$charge->outcome->seller_message."");
|
$label.="Statut: ".$langs->trans("".$charge->outcome->seller_message."");
|
||||||
$status = $form->textwithpicto(img_picto($langs->trans("".$charge->status.""), 'statut8'), $label, 1);
|
$status = $form->textwithpicto(img_picto($langs->trans("".$charge->status.""), 'statut8'), $label, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
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