Guest User

Untitled

a guest
May 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. $mp = new MP ("XXX", "XXX");
  2.  
  3. $preference_data = array(
  4. "items" => array(
  5. array(
  6. "title" => $producto_nombre,
  7. "quantity" => intval($producto_cantidad),
  8. "currency_id" => "ARS", // Available currencies at: https://api.mercadopago.com/currencies
  9. "unit_price" => intval($precio_unico)
  10. )
  11. )
  12.  
  13. );
  14.  
  15. $preference = $mp->create_preference($preference_data);
  16.  
  17. ?>`
Add Comment
Please, Sign In to add comment