Sha256: 5d0f40ee8fc240cc23c41eecd6d1f85eeefe015186b615e3a691abe8b824bc47

Contents?: true

Size: 751 Bytes

Versions: 4

Compression:

Stored size: 751 Bytes

Contents

{
  "data": {
    "completedOrders": {
      "nodes": [
        {
          "id": 1,
          "availablePaymentMethods": [
            {
              "createdAt": "2012-12-21T12:00:00Z",
              "description": null,
              "id": <%= available_payment_methods[0].id %>,
              "name": "Credit Card",
              "position": "1",
              "updatedAt": "2012-12-21T12:00:00Z"
            },
            {
              "createdAt": "2012-12-21T12:00:00Z",
              "description": null,
              "id": <%= available_payment_methods[1].id %>,
              "name": "Credit Card",
              "position": "2",
              "updatedAt": "2012-12-21T12:00:00Z"
            }
          ]
        }
      ]
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/responses/completed_orders/available_payment_methods.json.erb
solidus_graphql_api-0.3.0 spec/support/graphql/responses/completed_orders/available_payment_methods.json.erb
solidus_graphql_api-0.2.0 spec/support/graphql/responses/completed_orders/available_payment_methods.json.erb
solidus_graphql_api-0.1.0 spec/support/graphql/responses/completed_orders/available_payment_methods.json.erb