diff --git a/callback/efi/billet.php b/callback/efi/billet.php index a6d2087..713bc82 100644 --- a/callback/efi/billet.php +++ b/callback/efi/billet.php @@ -169,11 +169,11 @@ extra_amounts_Gerencianet_WHMCS($invoiceId, $descontoBoleto, $discountType); - // $amount = $lastModificationData['value'] / 100; + $amount = $lastModificationData['value'] / 100; - // $amount = number_format((double)$amount, 2, '.', ''); + $amount = number_format((double)$amount, 2, '.', ''); - $amount = '5.00'; +