Implement logic
This commit is contained in:
22
firefly-client/tests/fixtures/ff_accounts.json
vendored
Normal file
22
firefly-client/tests/fixtures/ff_accounts.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"type": "accounts",
|
||||
"id": "2",
|
||||
"attributes": {
|
||||
"name": "Checking Account",
|
||||
"type": "asset",
|
||||
"iban": "NL01BANK0123456789"
|
||||
}
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"pagination": {
|
||||
"total": 1,
|
||||
"count": 1,
|
||||
"per_page": 20,
|
||||
"current_page": 1,
|
||||
"total_pages": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user