From ca6005f66dff920eb95399035198449a7e4fb512 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Wed, 5 Jan 2022 15:19:41 +0000 Subject: [PATCH] Correct fixtures We don't actuall serialise `Payment`s at the moment. --- tests/fixtures/create-hold-order.json | 9 --------- tests/fixtures/create-instant-order.json | 9 --------- tests/fixtures/get-orders.json | 9 --------- 3 files changed, 27 deletions(-) diff --git a/tests/fixtures/create-hold-order.json b/tests/fixtures/create-hold-order.json index 26b6fc4..8f8e355 100644 --- a/tests/fixtures/create-hold-order.json +++ b/tests/fixtures/create-hold-order.json @@ -46,15 +46,6 @@ "payment_required_by": "2020-01-17T10:42:14Z", "price_guarantee_expires_at": "2020-01-17T10:42:14Z" }, - "payments": [ - { - "amount": "30.20", - "created_at": "2020-04-11T15:48:11.642Z", - "currency": "GBP", - "id": "pay_00009hthhsUZ8W4LxQgkjo", - "type": "balance" - } - ], "services": [ { "id": "ser_00009UhD4ongolulWd9123", diff --git a/tests/fixtures/create-instant-order.json b/tests/fixtures/create-instant-order.json index 2ac7150..8f3bdb5 100644 --- a/tests/fixtures/create-instant-order.json +++ b/tests/fixtures/create-instant-order.json @@ -46,15 +46,6 @@ "payment_required_by": null, "price_guarantee_expires_at": null }, - "payments": [ - { - "amount": "30.20", - "created_at": "2020-04-11T15:48:11.642Z", - "currency": "GBP", - "id": "pay_00009hthhsUZ8W4LxQgkjo", - "type": "balance" - } - ], "services": [ { "id": "ser_00009UhD4ongolulWd9123", diff --git a/tests/fixtures/get-orders.json b/tests/fixtures/get-orders.json index 11864ea..a498776 100644 --- a/tests/fixtures/get-orders.json +++ b/tests/fixtures/get-orders.json @@ -47,15 +47,6 @@ "payment_required_by": "2020-01-17T10:42:14Z", "price_guarantee_expires_at": "2020-01-17T10:42:14Z" }, - "payments": [ - { - "amount": "30.20", - "created_at": "2020-04-11T15:48:11.642Z", - "currency": "GBP", - "id": "pay_00009hthhsUZ8W4LxQgkjo", - "type": "balance" - } - ], "services": [ { "id": "ser_00009UhD4ongolulWd9123",