Skip to content

Commit

Permalink
Update cloud_event.json
Browse files Browse the repository at this point in the history
Done from GitHub web to see if \r\n is retained or not
  • Loading branch information
mburumaxwell committed Apr 12, 2024
1 parent 6efdf22 commit a41306e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions tests/FaluSdk.Tests/Samples/cloud_event.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"specversion": "1.0",
"id": "evt_602",
"time": "2022-07-20T06:49:06Z",
"source": "https://dashboard.falu.io/wksp_602/events/evt_602",
"type": "io.falu.money_balances.updated",
"datacontenttype": "application/json",
"workspace": "wksp_602",
"live": false,
"data": {
"request": {
"id": "req_602",
"idempotency_key": "idempotency-key-123"
},
"object": {
"mpesa": {
"123456": 1030890,
"654321": 300500
},
"workspace": "wksp_602",
"live": false,
"etag": "AAAAAAAAAAA="
}
}
}
"specversion": "1.0",
"id": "evt_602",
"time": "2022-07-20T06:49:06Z",
"source": "https://dashboard.falu.io/wksp_602/events/evt_602",
"type": "io.falu.money_balances.updated",
"datacontenttype": "application/json",
"workspace": "wksp_602",
"live": false,
"data": {
"request": {
"id": "req_602",
"idempotency_key": "idempotency-key-123"
},
"object": {
"mpesa": {
"123456": 1030890,
"654321": 300500
},
"workspace": "wksp_602",
"live": false,
"etag": "AAAAAAAAAAA="
}
}
}

0 comments on commit a41306e

Please sign in to comment.