- Add date header parsing and swipe functionality for streamlined `Ozon` transactions list processing. - Improve deduplication logic, date assignment, and scroll behavior in `Dushanbe` and `Ozon` scripts. - Introduce screenshot handling for debugging transaction fetching workflows. - Add cancellation logic by `materialId` in `EventDAO`. - Update mock server for enhanced filename generation and PATCH support for bank profiles.
31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"bank_profiles": [
|
|
{
|
|
"id": "85f577bc-20be-40fd-ab47-315af3aadfb9",
|
|
"bank_name": "ozon",
|
|
"state": "enabled",
|
|
"phone_number": "+79538038318",
|
|
"first_name": "Галина",
|
|
"middle_name": null,
|
|
"last_name": "Терехина",
|
|
"currency": 643,
|
|
"device_id": "c9d3ad7e-659d-4adf-815e-9f234e743078",
|
|
"device_label": "Pixel 7",
|
|
"materials": [
|
|
{
|
|
"id": "e6c6e12a-3e4e-444c-9e11-62543fb5f4f9",
|
|
"state": "enabled",
|
|
"card_number": "2204321035207919",
|
|
"currency": 643
|
|
},
|
|
{
|
|
"id": "39592a22-3e79-4438-89d7-778aea72a5e9",
|
|
"state": "enabled",
|
|
"card_number": "2204321086109865",
|
|
"currency": 643
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|