Sha256: 9250ff8908f7f1f925bab94ea81efd56a7cd75a1c45dd8405bc1d1b8b60c45f0

Contents?: true

Size: 1.68 KB

Versions: 6

Compression:

Stored size: 1.68 KB

Contents

{
  "created": 1326853478,
  "livemode": false,
  "id": "evt_00000000000000",
  "type": "order.updated",
  "object": "event",
  "request": null,
  "pending_webhooks": 1,
  "api_version": "2018-01-23",
  "data": {
    "object": {
      "id": "or_00000000000000",
      "object": "order",
      "amount": 1500,
      "amount_returned": null,
      "application": null,
      "application_fee": null,
      "charge": null,
      "created": 1517839939,
      "currency": "usd",
      "customer": null,
      "email": null,
      "items": [
        {
          "object": "order_item",
          "amount": 1500,
          "currency": "usd",
          "description": "T-shirt",
          "parent": "sk_1BrqWPAT5SYrvIfdCfVmF7Kx",
          "quantity": null,
          "type": "sku"
        }
      ],
      "livemode": false,
      "metadata": {
      },
      "returns": {
        "object": "list",
        "data": [

        ],
        "has_more": false,
        "total_count": 0,
        "url": "/v1/order_returns?order=or_1BsAhjAT5SYrvIfdxnwUAXCT"
      },
      "selected_shipping_method": null,
      "shipping": {
        "address": {
          "city": "Anytown",
          "country": "US",
          "line1": "1234 Main street",
          "line2": null,
          "postal_code": "123456",
          "state": null
        },
        "carrier": null,
        "name": "Jenny Rosen",
        "phone": null,
        "tracking_number": null
      },
      "shipping_methods": null,
      "status": "created",
      "status_transitions": {
        "canceled": null,
        "fulfiled": null,
        "paid": null,
        "returned": null
      },
      "updated": 1517839939
    },
    "previous_attributes": {
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stripe_model_callbacks-0.1.7 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json
stripe_model_callbacks-0.1.6 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json
stripe_model_callbacks-0.1.5 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json
stripe_model_callbacks-0.1.4 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json
stripe_model_callbacks-0.1.3 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json
stripe_model_callbacks-0.1.2 lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json