This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5508ce
commit cb8c015
Showing
13 changed files
with
754 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
47 changes: 47 additions & 0 deletions
47
tests/Functional/Resources/Notifications/_fixtures/response/full_entity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"data": { | ||
"id": "ntf_01h8bzam1z32agrxjwhjgqk8w6", | ||
"type": "business.updated", | ||
"status": "failed", | ||
"payload": { | ||
"data": { | ||
"id": "biz_01h84a7hr4pzhsajkm8tev89ev", | ||
"name": "ChatApp Inc.", | ||
"status": "active", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jo Riley", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jesse Garcia", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"created_at": "2023-08-18T12:34:25.668Z", | ||
"updated_at": "2023-08-21T11:57:47.03542Z", | ||
"company_number": "555775291485", | ||
"tax_identifier": null | ||
}, | ||
"event_id": "evt_01h8bzakzx3hm2fmen703n5q45", | ||
"event_type": "business.updated", | ||
"occurred_at": "2023-08-21T11:57:47.390028Z", | ||
"notification_id": "ntf_01h8bzam1z32agrxjwhjgqk8w6" | ||
}, | ||
"occurred_at": "2023-08-21T11:57:47.390028Z", | ||
"delivered_at": null, | ||
"replayed_at": null, | ||
"origin": "event", | ||
"last_attempt_at": "2023-08-21T12:15:53.620185Z", | ||
"retry_at": null, | ||
"times_attempted": 10, | ||
"notification_setting_id": "ntfset_01h126ps19rp06wn89v9797mab" | ||
}, | ||
"meta": { | ||
"request_id": "d14081ea-0062-491e-9035-0010f2216046" | ||
} | ||
} |
Oops, something went wrong.