up
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user