Sha256: 39f3a189b77712879fd67b7e1c9c144823d4272be904c25d252544ba296e53e0

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

{
  "external_reference": "Reference_1234",
  "items": [
    {
      "id": "Código",
      "title": "Título de lo que estás pagando",
      "description": "Descripción",
      "quantity": 1,
      "unit_price": 50.5,
      "currency_id": "Tipo de moneda",
      "picture_url": "https://www.mercadopago.com/org-img/MP3/home/logomp3.gif"
    }
  ],
  "date_created": "2011-08-16T21:28:42.606-04:00",
  "id": "identificador_de_la_preferencia",
  "collector_id": "collector identifier",
  "init_point": "https://www.mercadopago.com/checkout/pay?pref_id=identificador_de_la_preferencia",
  "payer": {
    "email": "payer@email.com",
    "name": "payer-name",
    "surname": "payer-surname"
  },
  "back_urls": {
    "success": "https://www.success.com",
    "failure": "http://www.failure.com",
    "pending": "http://www.pending.com"
  },
  "payment_methods": {
    "excluded_payment_methods": [
      {
        "id": "amex"
      }
    ],
    "excluded_payment_types": [
      {
        "id": "ticket"
      }
    ],
    "installments": 12
  }
}

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
solidus_mercado_pago-1.0.0 spec/fixtures/preferences_created.json
spree_mercado_pago-0.2.3 spec/fixtures/preferences_created.json
spree_mercado_pago-0.2.2 spec/fixtures/preferences_created.json
spree_mercado_pago-0.2.1 spec/fixtures/preferences_created.json
spree_mercado_pago-0.2.0 spec/fixtures/preferences_created.json
spree_mercado_pago_payment_method-0.2.0 spec/fixtures/preferences_created.json
spree_mercado_pago_payment_method-0.0.2 spec/fixtures/preferences_created.json
spree_mercado_pago_payment_method-0.1.1 spec/fixtures/preferences_created.json
spree_mercado_pago_payment_method-0.1.0 spec/fixtures/preferences_created.json