This commit is contained in:
Lizandro Guarnizo
2026-04-21 18:32:01 -05:00
parent e6f749e059
commit 877a0d393a
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@
$item = new MercadoPago\Item();
$item->title = 'Recarga SrPremium';
$item->quantity = 1;
$item->unit_price = $monto;
$item->unit_price = (int) ceil($monto);
// Restricción de métodos de pago (excluir tarjetas de crédito)
$payment_methods = new MercadoPago\PaymentMethod();