-
Notifications
You must be signed in to change notification settings - Fork 0
Obtener Categorías Vigentes
Agustin Fernandez edited this page Mar 6, 2021
·
3 revisions
Mediante esta función, podremos obtener las categorias vigentes que Mercado Pago permite.
Usando la siguiente clase
$MP->Categories();
Obtendremos el siguiente resultado
Array
(
[0] => Array
(
[id] => art
[description] => Collectibles & Art
)
[1] => Array
(
[id] => baby
[description] => Toys for Baby, Stroller, Stroller Accessories, Car Safety Seats
)
[2] => Array
(
[id] => coupons
[description] => Coupons
)
)