Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Correct fixtures
Browse files Browse the repository at this point in the history
We don't actuall serialise `Payment`s at the moment.
  • Loading branch information
Jesse Claven committed Jan 5, 2022
1 parent ef2e1f3 commit ca6005f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions tests/fixtures/create-hold-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions tests/fixtures/create-instant-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 0 additions & 9 deletions tests/fixtures/get-orders.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca6005f

Please sign in to comment.